ApplicationName
- Last Updated: May 16, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
The name of the application to be stored in the database. This property sets the program_name column in the sysprocesses table in the database.
Valid values
string
where:
- string
- is the name of the application.
Notes
- Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.
Data source method
public String getApplicationName()
public void setApplicationName(String)
Default
Empty string
Data type
String
See also
- Connection property descriptions
-
Note: For more information on client information associated with a connection, refer to Client information in the Progress DataDirect for JDBC Drivers Reference.