Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Beginning ASP 3.0 and Access2000 problems


Message #1 by ckobsa@a... on Fri, 12 Jul 2002 15:39:02
Hi there,

I'm trying to run the example in Chapter 12 ("Connect2.asp"), using 
Access2000 as my database. When trying to execute the code in my browser, 
I keep getting an "HTTP 500 Internal Server Error". It then asks me if I 
want to debug the application. Clicking yes, takes me to the development 
environment to the line of code that is the culprit... 
"objConn.Open strConnect". Stepping into the code, then yields:
"An exception of type 'Microsoft JET Database Engine; The Microsoft Jet 
database engine cannpt open the file 
C:\Inetpub\wwwroot\BegASPFiles\Chapter12\movies2002.mdb'. It is already 
opened exclusively by another user, or you need permission to view its 
data.' was not handled."
I have checked all my permissions, and it seems that they are all set 
correctly. Can anybody lead me in the right direction? I would greatly 
appreciate it!!!

Ciao,
Chris.

  Return to Index