guineamation
Programmer
Hi all,
I'm trying a direct connection to an access DB located on a different Web Site, connection string:
MM_conn_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("255.255.255.255/data/myDB.mdb")
the error i'm getting is for the line where i try to use the connection string:
rs.ActiveConnection = MM_conn_STRING
the error:
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 0xf84 Thread 0x958 DBC 0x1f41b8c Jet'.
any suggestions?
I'm trying a direct connection to an access DB located on a different Web Site, connection string:
MM_conn_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("255.255.255.255/data/myDB.mdb")
the error i'm getting is for the line where i try to use the connection string:
rs.ActiveConnection = MM_conn_STRING
the error:
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 0xf84 Thread 0x958 DBC 0x1f41b8c Jet'.
any suggestions?