Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Unable to Open Registry Key

Reply
Thread Tools

Unable to Open Registry Key

 
 
Kenny Bullock
Guest
Posts: n/a
 
      09-18-2003
Hello;
I've published my database using Frontpage and inserted a result query on a
ASP page and I get the following error. Can anyone help me?

Database Results Error
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x3cc Thread 0x4f8
DBC 0x13d50024 Jet'.

Thanks.

Kenny Bullock



 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      09-18-2003
Switch from ODBC to OLE DB and you can avoid this problem. Use a connection
string from www.connectionstrings.com. If you need more information, post
back your relevant code and we'll point out what to change.

Ray at work

"Kenny Bullock" <> wrote in message
news:...
> Hello;
> I've published my database using Frontpage and inserted a result query on

a
> ASP page and I get the following error. Can anyone help me?
>
> Database Results Error
> [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
> registry key 'Temporary (volatile) Jet DSN for process 0x3cc Thread 0x4f8
> DBC 0x13d50024 Jet'.
>
> Thanks.
>
> Kenny Bullock
>
>
>



 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      09-18-2003
http://www.aspfaq.com/2154




"Kenny Bullock" <> wrote in message
news:...
> Hello;
> I've published my database using Frontpage and inserted a result query on

a
> ASP page and I get the following error. Can anyone help me?
>
> Database Results Error
> [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
> registry key 'Temporary (volatile) Jet DSN for process 0x3cc Thread 0x4f8
> DBC 0x13d50024 Jet'.
>
> Thanks.
>
> Kenny Bullock
>
>
>



 
Reply With Quote
 
Kenny Bullock
Guest
Posts: n/a
 
      09-18-2003
Thank you very much.

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:%...
> Switch from ODBC to OLE DB and you can avoid this problem. Use a

connection
> string from www.connectionstrings.com. If you need more information, post
> back your relevant code and we'll point out what to change.
>
> Ray at work
>
> "Kenny Bullock" <> wrote in message
> news:...
> > Hello;
> > I've published my database using Frontpage and inserted a result query

on
> a
> > ASP page and I get the following error. Can anyone help me?
> >
> > Database Results Error
> > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
> > registry key 'Temporary (volatile) Jet DSN for process 0x3cc Thread

0x4f8
> > DBC 0x13d50024 Jet'.
> >
> > Thanks.
> >
> > Kenny Bullock
> >
> >
> >

>
>



 
Reply With Quote
 
Dem
Guest
Posts: n/a
 
      09-19-2003
hi kenny,

i think the problem is with the access rights to the database file under
Win NT/2000/XPpro

[right][click] on the .mdb file select the [security] table of the
properties option and make sure the user you are logged on with has the
read, write, executable (r/w/x) attributes.

If that's not the problem, make sure the path is correct to where the
script is looking for the .mdb file.

regards

Demetrius

DEVBuilder.org, http://www.DEVBuilder.org
ASP,ASP.NET,VB.NET,PHP,Java,and SQL Support, all in one place.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xffc Thread 0x228 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-30-2006 03:16 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 1 03-24-2006 04:20 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-24-2006 02:22 PM
How to read a registry key from Windows registry ? Leny Java 3 02-01-2005 07:54 AM
Reading registry key throws "Requested registry access is not allowed." HK ASP .Net 1 04-01-2004 04:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57