Advantage SQL Engine
Retrieve the current connection's Application ID.
Syntax
sp_GetApplicationID( )
Parameters
None
Output
The sp_GetApplicationID procedure returns a result set of one column and one row containing the Application ID in a memo field.
Remarks
The sp_GetApplicationID system procedure returns 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