What's causing this error, this is the first time i've been introduced to dsn-less...as i missing something: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 0xbe8 Thread 0x5f4 DBC 0xe8ff024 Jet'.
/part90.asp, line 53
line 53:
connDB.Open "DBQ=" & Server.MapPath("../fpdb/part1.mdb") & ";" & _
line 53 from this:
Set connDB = Server.CreateObject("ADODB.Connection")
connDB.Open "DBQ=" & Server.MapPath("../fpdb/part1.mdb") & ";" & _
"DRIVER=Microsoft Access Driver (*.mdb)"
Set RS = Server.CreateObject("ADODB.Recordset")
[This message has been edited by lu lu (edited 11-01-2001).]