BUG: SQL Server's ODBC Function SQLConnect is Not Thread SafeID: 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 : SSrvProg
Version : 6.00 2.50.0126
Platform : WINDOWS
Issue type :
Last Reviewed: March 27, 1999