Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp page error...

Status
Not open for further replies.

adsfx

Programmer
Jun 4, 2003
237
GB
I get the following error, has ne1 seen this b4?
could you explain what it means?

'[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xc6c Thread 0x6b8 DBC 0x115c304 Jet'.

cheers MG
 
I have had this error when the permission on the database were incorrect. Make sure the IUSR account has got the approriate permissions for the database directory.

Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
Also make sure you're using the latest drivers - Jet 4, sample connection string...

conn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("db.mdb")

 
downloaded jet 4 now i get error
'Could not find installable ISAM.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top