The information in this article applies to:
SUMMARY
Page 45 of the Microsoft SQL Server Programmer's Reference for C states:
Protect error and message handling functions installed by dberrhandle and dbmsghandle. These are global to the entire DB-Library application, and should therefore be protected with a separate synchronization object to avoid colliding with the protection around certain DB-Library calls. MORE INFORMATION
It is only necessary to serialize access within the error and message
handlers if non-thread local data or resources are accessed during error
or message handling.
Additional query words: DB-Library dblib multiple re-entrancy dblib
Keywords : kbprg SSrvDB_Lib SSrvProg |
Last Reviewed: March 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |