|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Problem: "The requested resource is in use" |
From: |
DmitryTs |
Date: |
8/12/1999 2:51:31 AM |
IP: |
194.226.80.66 |
User has this message when he runs query during another user performing the same query.
I think I open database or recordset somehow illegal:
----------------
Set objUser= Server.CreateObject("ADODB.Connection")
Set objUserRecordset=Server.CreateObject("ADODB.Recordset")
Open connection
objUser.Open "Telephones"
StrSql="SELECT * FROM ..."
objUserRecordset.Open StrSql
-------------
Can you you help me?
Thank you,
Dmitry |
|
|
|
|
|
|
|
|
|
|
|
|