Purpose

Specifies the name of the application to be stored in the database. This value is stored locally and is used for database administration/monitoring purposes.

Behavior

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.

Notes

  • ProgramName can be used as an alias for ApplicationName.

  • Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.

Data Source Methods

public String getApplicationName()

public void setApplicationName(String)

Default Value

No default value

Data Type

String