ApplicationName
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
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 method
setApplicationName
Default
Empty string
Data type
String
See also