W
William Gower
How do I set up the connection string for an access database? I don't want
to access the physical location. I want to access the database in the
private directory of the Unit12 location on the server.
Dim strConnection As String = "Provider=Microsoft.Jet.OLEDB.4.0;"
strConnection += "Data Source=c:\inetpub\wwwroot\Unit12\private\union.mdb;"
Application("strConnection") = strConnection
to access the physical location. I want to access the database in the
private directory of the Unit12 location on the server.
Dim strConnection As String = "Provider=Microsoft.Jet.OLEDB.4.0;"
strConnection += "Data Source=c:\inetpub\wwwroot\Unit12\private\union.mdb;"
Application("strConnection") = strConnection