ok here is my connection

VB Code:
  1. <%
  2. Dim objConn
  3.     set objConn = server.createobject("ADODB.connection")
  4.     objConn.Open "driver={microsoft access driver (*.mdb)};" & "dbq=../../products.mdb"
  5. %>

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