Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: problem with coonection between Access and ASP


Message #1 by "Mark.Chen" <Mark.Chen@s...> on Fri, 5 Oct 2001 07:56:26 -0500
Hi, 



I am haveing problem connecting my ASP page to an Access database.

Here is the string:



Driver={Microsoft Access Driver

(*.mdb)};dbq=mstIpaq.mdb;defaultDir=\\Samdc\Access File

Server;uid=Admin;password=;



The database is on a network folder.



Here is the error message I've got:



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 0x440 Thread 0xa60

DBC 0xc6e024 Jet'.



which doesn't mean too much to me. Any idea?



Mark

Message #2 by "Tony DiNucci" <tonydinucci@h...> on Sat, 6 Oct 2001 15:20:54
generally that error (in my experience anyway) comes from the access db 

and/or folder containing it being "read-only" or have other security 

settings set on it not allowing it to be read/written to.



hope this helps 











> Hi, 

> 

> I am haveing problem connecting my ASP page to an Access database.

> Here is the string:

> 

> Driver={Microsoft Access Driver

> (*.mdb)};dbq=mstIpaq.mdb;defaultDir=\\Samdc\Access File

> Server;uid=Admin;password=;

> 

> The database is on a network folder.

> 

> Here is the error message I've got:

> 

> 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 0x440 Thread 0xa60

> DBC 0xc6e024 Jet'.

> 

> which doesn't mean too much to me. Any idea?

> 

> Mark

Message #3 by patrick.frenette@s... on Tue, 9 Oct 2001 12:39:57
Or it could be that your database is opened by an administrator while 

you're trying to connect





> Hi, 

> 

> I am haveing problem connecting my ASP page to an Access database.

> Here is the string:

> 

> Driver={Microsoft Access Driver

> (*.mdb)};dbq=mstIpaq.mdb;defaultDir=\\Samdc\Access File

> Server;uid=Admin;password=;

> 

> The database is on a network folder.

> 

> Here is the error message I've got:

> 

> 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 0x440 Thread 0xa60

> DBC 0xc6e024 Jet'.

> 

> which doesn't mean too much to me. Any idea?

> 

> Mark


  Return to Index