Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: can't reconnect to access database from asp page


Message #1 by "j" <ihateeverybody00@y...> on Thu, 10 Oct 2002 21:43:35
i'm trying to have information gathered in a form on the first page and 
displayed on a second page.  my problem is when i post to the second page 
the database will not connect and i get this error:

Provider (0x80004005)
Unspecified error
/helpdesk/test1.asp, line 23

line 23 is"
adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & 
Server.MapPath("mydatabse.mdb")


i can't figure out why it won't work because it opens fine in the first 
page.  i'm thinking it has something to do with IIS because sometimes when 
i try to refresh the first page i get an error and have to wait a little 
while before it works.  any help will be greatly appreciated.


  Return to Index