Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Access Error


Message #1 by tim.puffer@t... on Fri, 1 Feb 2002 21:39:59
i have an asp program that is giving an error (see below) on one computer 

if i move it to another system it runs fine.  I have succesfully ran other 

web database programs (written in very much the same way) on the machine 

that is giving me the error, i think it may be a setting in the Acess 

program itself. 







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 0x660 Thread 0x6fc 

DBC 0x2273dbc Jet'.

/tax/results.asp, line 12

 

Line 12 is the last line in the opening of the database.   



But it opens fine on my other systems.



if any has a clue it would appreciate the help.



thanks
Message #2 by "Webmaster" <webmaster@g...> on Sun, 3 Feb 2002 11:31:37 +0100



Take a closer look at the read/write permissions on the database.

This can be set to "No access" by default.



Bjoern



-----Original Message-----

From: tim.puffer@t... [mailto:tim.puffer@t...] 

Sent: 1. februar 2002 21:40

To: Access ASP

Subject: [access_asp] Access Error



i have an asp program that is giving an error (see below) on one

computer 

if i move it to another system it runs fine.  I have succesfully ran

other 

web database programs (written in very much the same way) on the machine



that is giving me the error, i think it may be a setting in the Acess 

program itself. 







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 0x660 Thread

0x6fc 

DBC 0x2273dbc Jet'.

/tax/results.asp, line 12

 

Line 12 is the last line in the opening of the database.   



But it opens fine on my other systems.



if any has a clue it would appreciate the help.



thanks




$subst('Email.Unsub').





Message #3 by "Ken Schaefer" <ken@a...> on Mon, 4 Feb 2002 14:19:19 +1100
www.adopenstatic.com/faq/whyOLEDB.asp addresses the problem you are having.



If you really want to stick to the ODBC method though, delete the DSN and

recreate it and the problem will go away (it might come back though...)



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: <tim.puffer@t...>

Subject: [access_asp] Access Error





: i have an asp program that is giving an error (see below) on one computer

: if i move it to another system it runs fine.  I have succesfully ran other

: web database programs (written in very much the same way) on the machine

: that is giving me the error, i think it may be a setting in the Acess

: program itself.

:

:

:

: 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 0x660 Thread 0x6fc

: DBC 0x2273dbc Jet'.

: /tax/results.asp, line 12

:

: Line 12 is the last line in the opening of the database.

:

: But it opens fine on my other systems.

:

: if any has a clue it would appreciate the help.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




  Return to Index