|
-
December 21st, 1999, 08:25 PM
#1
Unspecified Error Accessing O2K Database with asp
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|