Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Runtime Error 80004005 w/SQL Server 2000


Message #1 by "Kirsten Czupryna" <kirsten_czupryna@l...> on Sat, 18 May 2002 19:03:32
hi all -- this query goes out to anyone who is familiar w/Matt Reynolds' 
Beginning E-Commerce book....

I'm stuck on p. 143, trying to connect to my SQL Server 2000 DB and add 
departments to admin/default.asp:

the first problem is  that I am not able 
to view the "Add Department" button from the screenshot on p. 143 at all --
it is there in my code, and is correct as far as I can make out. But after 
I click  the Add Department option after the login, instead of going to 
the screen shown on p. 143,I 
get the following error message:

 "Run-time Error 2147467259 (80004005) [Microsoft][ODBCSQL Server Driver]
[DBNETLIB} SQL Server does not exist or access denied." When I opt to 
debug at this point, I'm taken to my Database.cls page, and  the following 
line is highlighted:

m_db.Open m_strDBString

  Return to Index