my connection string is as follows:
Dim MM_Custom4_STRING
MM_Custom4_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/access_db/Custom4.mdb")
apparently there is an issue with it as every time I upload my access database, I receive either one of the following two error messages, both alluding to the connection string. I usually play around with re-uploading the database and connection string page until it finally works.
Microsoft OLE DB Provider for ODBC Drivers error '8007000e'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x2124 Thread 0x40ec DBC 0x1c6e004 Jet'.
/index.asp, line 8
OR
unspecified error ETC...
Someone assisted me in creating this connection string and don't know how to modify it to avoid these errors in the future.
Dim MM_Custom4_STRING
MM_Custom4_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/access_db/Custom4.mdb")
apparently there is an issue with it as every time I upload my access database, I receive either one of the following two error messages, both alluding to the connection string. I usually play around with re-uploading the database and connection string page until it finally works.
Microsoft OLE DB Provider for ODBC Drivers error '8007000e'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x2124 Thread 0x40ec DBC 0x1c6e004 Jet'.
/index.asp, line 8
OR
unspecified error ETC...
Someone assisted me in creating this connection string and don't know how to modify it to avoid these errors in the future.