Print Page | Close Window

error with database

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Database Discussion
Forum Description: Discussion and chat on database related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=25070
Printed Date: 28 March 2026 at 8:26am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: error with database
Posted By: borivath_same
Subject: error with database
Date Posted: 28 December 2007 at 3:16am
Dear All,

i has  a Form that allow input NAME and COMMENT    to guestbook database. i made it already But when i upload it on the Internet and then i tested by input NAME and COMMENT.
When i pressed submit button. It has 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 0x1de4 Thread 0x1d10 DBC 0x1916014 Jet'.

/db/add_to_guestbook.asp, line 60
-------------------------------------------------------------------------------------
ASP code:
adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("guestbook.mdb")

Please  help me.
Thanks and Cordially

Borivath




-------------
Buttom



Replies:
Posted By: michael
Date Posted: 28 December 2007 at 2:19pm
If you do a search, you will find this has been discussed countless times. Most likely cause is you don't have write access to the db.

-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: yung32
Date Posted: 24 July 2008 at 8:14am
Hi to all,
This usually means that the MDB file is open in a copy of Access on the server, or Visual InterDev is open and has an active connection to the database. Check for it and close that operation. If you still problem persist then it seems your database is corrupted. Use compact and repair utility to repair your database or you can use stellar phoenix access repair software to repair your database.
Check for more information:http://www.repair-access-file.com




Posted By: WebWiz-Bruce
Date Posted: 24 July 2008 at 8:30am
This error can also occur if you are using an Access 97 database, in which case you should upgrade the database to Access 2000 or above.

The driver you are using can also throw up this error. Use the JET database driver instead:-

adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("guestbook.mdb")




-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net