Christi444
Technical User
I am learning ASP.net...and having a problem connecting to a database from a remote server...all the tutorials I see assume you are connecting from your local server (on the C: drive) on your computer which was installed with the VS.net installation. All my files have been uploaded to the below server, although they have been created on my computer. I have attempted to try connect the way that I know in asp (simply typing in the address) as well, and that was unsuccessful. I appreciate any help
the server that my files are located on is student.cba.ufl.edu/nettest and the file is the northwind.mdb (access database)
Dim strConnection as String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath( ????)
Dim strConnection as String = "Provider=Microsoft.Jet.OLEDB.4.0;"
strConnection += "Data Source= ???????"
Thank You
the server that my files are located on is student.cba.ufl.edu/nettest and the file is the northwind.mdb (access database)
Dim strConnection as String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath( ????)
Dim strConnection as String = "Provider=Microsoft.Jet.OLEDB.4.0;"
strConnection += "Data Source= ???????"
Thank You