FIX: OS/2 DB-Library Will Return a Timeout Only Once |
Q113845
If a DB-Library (DB-Lib) timeout condition occurs, the error handler will
receive error 10024:
SQLETIME: SQL Server connection timed out
SQLEDDNE: DBPROCESS is dead or not enabled
DB-Library is not correctly handling the second timeout once the application error handler has returned INT_CONTINUE.
Flag the timeout condition in the error handler through the use of a global variable or the dbsetuserdata and dbgetuserdata functions. Return INT_CANCEL from the error handler. Cancel the query request and resubmit.
Microsoft has confirmed this to be a problem in DB-Library 4.21. This problem was corrected in Service Pack 1 for SQL Server version 6.0. For more information, contact your primary support provider.
Additional query words: Windows NT sql6
Keywords : kbprogramming
Issue type : kbbug
Technology : kbSQLServSearch kbAudDeveloper kbSQLServPTK420
|
Last Reviewed: March 24, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |