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 March 7th, 2005, 04:56 AM
Authorized User
 
Join Date: Jan 2005
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to p2ptolu Send a message via Yahoo to p2ptolu
Default Unable to open registry key 'Temporary

Please i have been trying to run my scripts on a win XP pro, using ASP and access database, but i keep on having this error, please help me out how do i rectify it, the error is below:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xf40 Thread 0xf98 DBC 0x12a44a4 Jet'.
/test/include/test_connect.asp, line 4

Am waiting please.


 
Old March 7th, 2005, 05:30 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

hope this will help you:
http://www.aspfaq.com/show.asp?id=2154
 
Old March 7th, 2005, 06:36 AM
Authorized User
 
Join Date: Jan 2005
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to p2ptolu Send a message via Yahoo to p2ptolu
Default

Thank you for the help rendered , i used this

cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/testbuilder/database/test.mdb")
    set test_connector = CreateObject("ADODB.Connection")
    test_connector.open cst

but after going through the process i came up with this problem below:

The Microsoft Jet database engine cannot open the file 'c:\inetpub\wwwroot\testbuilder\database\test.mdb' . It is already opened exclusively by another user, or you need permission to view its data.
/testbuilder/default.asp, line 7


please help me ,thanks.


 
Old March 7th, 2005, 06:49 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Assuming that you don't have the database open in Access then this is a permissions problem. You need to give the IUSR_<<MachineName>> read and write permissions to the database folder.

See http://aspfaq.com/show.asp?id=2009 for more details.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Registry Key Object s3ss3s BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 4 May 6th, 2008 01:26 PM
Unable to generate a temporary class (result=1). e raolade ASP.NET 1.0 and 1.1 Professional 3 April 2nd, 2007 08:46 AM
Unable to generate a temporary class (result=1) phuongdv ASP.NET 1.0 and 1.1 Basics 3 January 23rd, 2007 09:29 AM
create a registry key sentme_mail General .NET 0 January 28th, 2006 09:28 AM
Unable to generate a temporary class (result=1). Ghistos BOOK: ASP.NET Website Programming Problem-Design-Solution 8 March 11th, 2004 10:07 AM





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