|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP Database connect error |
From: |
MyLife Services |
Date: |
1/3/2002 11:55:22 AM |
IP: |
24.28.165.70 |
I am using an ASP application that was purchased AS-IS and support is very limited.
My situation is; I receive the belew error on the execution of the code;
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
The line which generates the code is as follows;
rsFORUM_MEMBERS.ActiveConnection = Session("eQuizPro_ConnectionString")
This line is preceeded by:
set rsFORUM_MEMBERS = Server.CreateObject("ADODB.Recordset")
I receive the same error when using both a DSN and DSN-less connection. I am currently using a ODBC connection and an Access 2000 database. From all indications this is the 1st opening of the file in the application. Thanks, to anyone with general pointers. |
Follow Up - Re: ASP Database connect error - ASPguy 11/26/2002 4:59:52 PM
|
|
|
|
|
|
|
|
|
|
|
|