blondebier
Programmer
Any ideas why I would be receiving this error?
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x714 Thread 0x808 DBC 0x1044044 Jet'.
C:\INETPUB\ line 10
I changed the path in my db.asp file from:
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\inetpub\ & _
"Persist Security Info=False"
to:
dim db
dim strConn
strConn = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("myDB.mdb"
This sorted out another error message, but created this one!
Any help would be greatly appreciated.
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x714 Thread 0x808 DBC 0x1044044 Jet'.
C:\INETPUB\ line 10
I changed the path in my db.asp file from:
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\inetpub\ & _
"Persist Security Info=False"
to:
dim db
dim strConn
strConn = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("myDB.mdb"
This sorted out another error message, but created this one!
Any help would be greatly appreciated.