Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2004, 02:49 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to caudy
Default ODBC Drivers error '80004005'

Hi,
I´ve got really big problem (may be it´s problem only for me...). When I´m displaying my asp page, appears this 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 0x1584 Thread 0x2240 DBC 0x20d0064 Jet'.

/cz_new/Default.asp, line 8

Here is the part of source code aroud line 8:

strQuery ="SELECT * FROM aktuality ORDER BY ID_Akt"
strProvider="Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\web") & "\files\other\clanky.mdb;"
Set rst = Server.CreateObject("ADODB.recordset")
rst.Open strQuery,strProvider << line 8

The main problem is that everything has worked without any problem for about three weeks. Then, may be something changed on server (i´m using webhosting services hyperlink.cz) and this error appears... But no upload of pages was done!! Technical support of webhosting said, that problem must be on my site and they have everything right.

I tried many ways of entries, for example


set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "d:\home\root\web\files\other\clanky.mdb" <<ERROR

set rs=Server.CreateObject("ADODB.recordset")
rs.Open "Aktuality", conn

[font=tahoma]But the error appears, when I´m opening the conn.
Please can you help me? Thank you very much! (And I´m sorry for my english:))



 
Old August 19th, 2004, 03:18 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

http://www.aspfaq.com/show.asp?id=2009
 
Old August 20th, 2004, 02:20 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to caudy
Default

Thank you very much, the problem was there!






Similar Threads
Thread Thread Starter Forum Replies Last Post
ODBC Drivers error '8007000e' rtr1900 Classic ASP Databases 15 October 25th, 2006 04:03 AM
ODBC Drivers error '80004005' sanju2006 Classic ASP Professional 3 August 31st, 2006 09:21 AM
ODBC Drivers error '80040e14' kucker6 Classic ASP Databases 2 June 1st, 2006 01:06 PM
ODBC Drivers error '80040e14' Need help RBC827 Classic ASP Databases 6 February 27th, 2004 04:57 AM
OLE DB Provider for ODBC Drivers error '80004005' Routhg Access ASP 2 June 11th, 2003 07:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.