Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: site just stopped working?


Message #1 by Spencer Saunders <spence@s...> on Sun, 28 Apr 2002 10:19:19 -0400
I have a site where in the last two days has just stopped working. I am
getting 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 0x70 Thread 0x604 DBC
0x21ec0024 Jet'. 

/default.asp, line 36


Line 36 is just this:
SET Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "FileDSN=techno9901.dsn"

I know I had my commercial hosting comapny reset the permission on the site
becuase of some problems I was having getting a .net page to load but would
this have effected any classic ASP apps I've written>?

spence 

Message #2 by Spencer Saunders <spence@s...> on Mon, 29 Apr 2002 09:55:24 -0400
Scratch this- Commercial host messed up site p[ermissions including
read/write access to my DB.

~s~ 



on 4/28/02 10:19 AM, Spencer Saunders at spence@s... wrote:

> I have a site where in the last two days has just stopped working. I am
> getting 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 0x70 Thread 0x604 DBC
> 0x21ec0024 Jet'. 
> 
> /default.asp, line 36
> 
> 
> Line 36 is just this:
> SET Conn = Server.CreateObject("ADODB.Connection")
> Conn.Open "FileDSN=techno9901.dsn"
> 
> I know I had my commercial hosting comapny reset the permission on the site
> becuase of some problems I was having getting a .net page to load but would
> this have effected any classic ASP apps I've written>?
> 
> spence 
> 
> 


  Return to Index