The information in this article applies to:
SUMMARYThis article discusses how ODBC applications using the Microsoft SQL Server ODBC Driver can set the application name and workstation ID when they connect to SQL Server. If you use other ODBC SQL Server drivers, you should consult your driver's documentation to see if it supports equivalent functionality. MORE INFORMATION
Db-library applications can use the DBSETLAPP and DBSETLHOST functions to
set the value of the program_name and hostname columns in
master.dbo.sysprocesses. These values are then displayed in the output of
some of the SQL Server system stored procedures, such as sp_who. VBSQL
applications can use the SQLSetLApp and SQLSetLHost functions for the same
purpose.
Additional query words: sql65 sql6 debug
Keywords : kbinterop kbprg SSrvProg |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |