BUG: SQL Server's ODBC Function SQLConnect is Not Thread Safe |
Q151593
When a threaded application performs many simultaneous open connections,
the application can abnormally terminate. If running a Windows based
application it can simply disappear. If running a console based application
it may produce the following:
Assertion failed: (Status == ERROR_OUTOFMEMORY) || (Status == ERROR_NOT_ENOUGH_MEMORY) || (Status == ERROR_CANTREAD) || (Status == ERROR_FILE_NOT_FOUND)
The connection functions SQLConnect and SQLDriverConnect are not thread safe.
Additional query words: 6.00 sp
Keywords : kbBug
Issue type : kbbug
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: March 10, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |