BrewGuru99
December 21st, 1999, 07:25 PM
I've got an Access 2k database that I'm trying to open up with asp code. If I open the page once, everything is fine (and dandy), but if I reload, or open another page that connects to the same database, I get an "Unspecified Error" the moment I try to open a connection.
I have found that if I open the database and then close it with access, I can reload the webpage one more time before I get the error.
Also, I am developing my pages on win98 with personal web server, if that is of any importance.
This is driving me batty... I've tried everything I can think of.... which happens to be very little, but still... :)
set conPrivate = Server.CreateObject("ADODB.Connection")
conPrivate.Open "private" 'error occurs here.
Brewguru99
I have found that if I open the database and then close it with access, I can reload the webpage one more time before I get the error.
Also, I am developing my pages on win98 with personal web server, if that is of any importance.
This is driving me batty... I've tried everything I can think of.... which happens to be very little, but still... :)
set conPrivate = Server.CreateObject("ADODB.Connection")
conPrivate.Open "private" 'error occurs here.
Brewguru99