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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error 80004005

Status
Not open for further replies.

RakhiKalra

Programmer
Jun 6, 2003
41
IN
I am getting the following error-

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 0x65c Thread 0x90c DBC 0x9f3f9b4 Jet'.

/mis/datasource1.inc, line 3

on line 3 -
con.open "driver={microsoft access driver (*.mdb)};dbq=\\server\data\mis.mdb"

i havent seen this error ever before .
Please help.


Cheers
Rakhi Kalra
 
Check the permissions on the database directory. Ensure that the IUSR account for the server has got the necessary permissions

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

 
Hi RakhiKalra ,
Please check the name of the databse.Are you opening and closing the database at multipple places in your program ?
Regards
Tushar
 
Tushar,
Name of the database is correct .I am opening the connections once on the ASP page(on the top) an then i am using that connection obejct to populate the recordsets and save the values to the database.
it seems that some problem is there at IIS and the server is in UK (i am in INdia)where i've uploaded the site.Though it was working perfectly fine till yesterday morning i dont know whats the problem which has occurred all of sudden.
welll i got to talk to the admin of the server to see the problem.


Cheers
Rakhi Kalra
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top