Advantage SQL Engine
Set the current connection's Application ID.
Syntax
sp_SetApplicationID( ApplicationID, MEMO )
Parameters
ApplicationID (I) |
New Application ID to be used for the current connection. |
Output
None
Remarks
The sp_SetApplicationID system procedure sets the Application ID of the connection that executed it. The Application ID is initialized to be the file name of the application (executable) that created the connection.
Note Only ACE based clients initialize the Application ID.
See Also