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