ApplicationName
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies the name of the application to be stored in the database. This property sets the CURRENT CLIENT_APPLNAME register (DB2 for Linux/UNIX/Windows) or CLIENT APPLNAME register (DB2 for z/OS and DB2 for i) in the database. For DB2 V9.1 and higher for Linux/UNIX/Windows, it also sets the APPL_NAME column of the SYSIBMADM.APPLICATIONS table. These values are used for database administration/monitoring purposes.
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.
Default
empty string
Data Type
String