Ask a Question related to ASP Database, Design and Development.
-
Terri #1
Error: Connection is busy with results for another hstmt
I am getting this error when I try to process an asp page:
Connection is busy with results for another hstmt
The relevant code is this:
strSQL = "Exec ProcRemove @Email = '" & strEmail&"'"
Conn.Execute StrSQL
conn.Close
Set conn = Nothing
The line that is generating the error is:
Conn.Execute StrSQL
My connection string looks like:
sConnString =
"DSN=Newsletter;Trusted_Connection=yes;SERVER=SERV ER1;APP=Microsoft
Development Environment;DATABASE=Newsletter;Address=10.0.0.5,1 433"
Conn.Open sConnString
Set cmdTemp = Server.CreateObject("ADODB.Command")
cmdTemp.CommandType = 1
Set cmdTemp.ActiveConnection = Conn
I have updated MDAC to 2.9 SP2.
Any way I can avoid this error.
Thanks
Terri Guest
-
#37448 [Asn->Bgs]: FastCGI Error: Server too busy Server
ID: 37448 Updated by: dmitry@php.net Reported By: coder1 at gmail dot com -Status: Assigned +Status: ... -
#37448 [Opn->Asn]: FastCGI Error: Server too busy Server
ID: 37448 Updated by: tony2001@php.net Reported By: coder1 at gmail dot com -Status: Open +Status: ... -
#37448 [NoF->Opn]: FastCGI Error: Server too busy Server
ID: 37448 User updated by: coder1 at gmail dot com Reported By: coder1 at gmail dot com -Status: No Feedback... -
#37448 [Com]: FastCGI Error: Server too busy Server
ID: 37448 Comment by: randy at rcs-comp dot com Reported By: coder1 at gmail dot com Status: No Feedback Bug... -
Network is Busy Error
Hi All, Im running a ASP & Access DB application that im developing off my local Windows 2000 Pro machine (i.e. not server) Im starting to hit...



Reply With Quote

