ODBC Error

Does anyone knows what does it mean? What’s the customer doing wrong in his code?
Thanks

[I]
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 0x24b0 Thread 0x194
DBC 0x120c4024 Jet’.

/gqp/df_inclus.asp, line 306[/I]

I got your message earlier,but was unable to reply at the time.

It can mean if using Access, that the DB has become corrupt,it can also mean there is an error in the connection method.

Hi Underdog,

It’s usually from one of two things:

  1. The path to the database is wrong.

  2. The folder where the database is, doesn’t have the proper permissions needed (read and write)

Here’s a good source for those types of errors:

http://www.aspfaq.com/show.asp?id=2009