HELP: ASP / SQL Server connection hangs when user aborts processing 
Author Message
 HELP: ASP / SQL Server connection hangs when user aborts processing

Hi,

I have an ASP application that connects to an SQL Server database that
allows users to search for company documents and return salient details
to a search results page.

The users supply search criteria from a form that is then used to search
the database, I have error checking (using the Error object) to ensure
that any problems with the database connection or the recordsets it
returns force a critical error that stops the ASP from processing any
further.

This works fine, however when an error occurs or the users "escape"
from the page while the ASP is still executing there is a period of time
whereby the connection between the ASP and the database seems to hang
and no further queries result in recordsets being returned.  After a minutes
normal processing resumes and recordsets are returned from queries.

Not being an SQL expert I am guessing that the premature end of the ASP
processing possibly results in a lock of some sort not being released on the
SQL database and its a server-side timeout that release the lock and then
allows futher processing of the ASP to result in data being returned.

Can anyone explain whether this is what is happening and how I can get
around it from ASP.  The SQL server supports databases accessed from
Windows applications as well as this ASP application so this is the first
time this problem has been encountered.


Thanks in advance,
SpLiT.



Sat, 25 Dec 2004 00:02:56 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Reason: USER Not associated with a trusted SQL Server connection

2. adding a user DSN connection to MS SQL server 2000 using AD GPO logon scripts

3. Need Help in building a connection to SQL server

4. To many user connections with SQL Server 6.5

5. How can I get Role for Current User from SQL Server using VB6 ADO connection

6. Please Help: Creating Trusted Connections ASP to SQL 7.0

7. Crystal Reports v9 hangs in ASP page on Win2K and .NET Server

8. Programmatically kill user connection/log user off server.

9. Need Connection string for VB6 DAO DSN-LESS Connections to SQL Server 2000

10. Need Connection string for VB6 DAO DSN-LESS Connections to SQL Server 2000

11. SQL Server connections not closing when Access connection also open

12. HELP - ASP Calling SQL Server Stored procedure

 

 
Powered by phpBB® Forum Software