Article ID: 105346
Article Last Modified on 2/22/2005
APPLIES TO
- Microsoft SQL Server 4.21a Standard Edition
- Microsoft SQL Server 6.5 Standard Edition
This article was previously published under Q105346
SUMMARY
Writing a user-defined dynamic link library (DLL) for Windows to access
DB-Library functions requires special considerations. One consideration
that is specific to DB-Library is that a DLL cannot share DBPROCESS
connections or error and message handlers between applications. This is
because a DLL can be called from many different concurrently running
applications.
Additional query words: DB-Library dblib Dynamic Link Library
Keywords: kbinfo kbprogramming KB105346