G
Guy Hocking
Hi there,
i am creating a database driven login page. I am using code that has been
successful in the past, however when i upload it to our web server it
displys the following message in the page =
******
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x20c Thread 0x870
DBC 0xefde024 Jet'.
/BF/Premium_Login.asp, line 268
******
What does this mean? am i missing something? as you can see in the following
code it is not connecting via DSN/ODBC
*****
Set DataConnection = Server.CreateObject("ADODB.Connection")
DataConnection.Open "DRIVER={Microsoft Access Driver (*.mdb)};" & _
"DBQ=" & Session("DatabasePath") & ";"
*****
Hope u guys can help....
Thanks
--
Guy
www.bradflack.com
Please remove ANTI and SPAM from my
email address before sending me an email.
i am creating a database driven login page. I am using code that has been
successful in the past, however when i upload it to our web server it
displys the following message in the page =
******
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x20c Thread 0x870
DBC 0xefde024 Jet'.
/BF/Premium_Login.asp, line 268
******
What does this mean? am i missing something? as you can see in the following
code it is not connecting via DSN/ODBC
*****
Set DataConnection = Server.CreateObject("ADODB.Connection")
DataConnection.Open "DRIVER={Microsoft Access Driver (*.mdb)};" & _
"DBQ=" & Session("DatabasePath") & ";"
*****
Hope u guys can help....
Thanks
--
Guy
www.bradflack.com
Please remove ANTI and SPAM from my
email address before sending me an email.