OrWolf
MIS
- Mar 19, 2001
- 291
I put my database in the fpdb folder as I thought I should. However, my system continues to look for database on the c drive in the winnt folder. See code and error lines below. Any ideas on what the problem is?
Connection Code:
Set objConnection = Server.CreateObject("ADODB.Connection"
objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=../fpdb/EDF.mdb;Persist Security Info=False"
Error:
Microsoft JET Database Engine error '80004005'
'C:\WINNT\fpdb\EDF.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Connection Code:
Set objConnection = Server.CreateObject("ADODB.Connection"
objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=../fpdb/EDF.mdb;Persist Security Info=False"
Error:
Microsoft JET Database Engine error '80004005'
'C:\WINNT\fpdb\EDF.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.