ok here is my connection
VB Code:
<% Dim objConn set objConn = server.createobject("ADODB.connection") objConn.Open "driver={microsoft access driver (*.mdb)};" & "dbq=../../products.mdb" %>
here is the error i get
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 0x2dbc Thread 0x2300 DBC 0xe4b1cdc Jet'.
/admin/db.inc, line 4
im not sure whey its doing this any help appreciated




Reply With Quote