skip to main content
DataDirect Connect Drivers : Microsoft SQL Server Driver : Connection Properties : ApplicationName
  
ApplicationName
Purpose
The name of the application to be stored in the database. For Microsoft SQL Server 2000 and higher and Windows Azure SQL Database, this property sets the program_name column in the sysprocesses table in the database. For Microsoft SQL Server 7, this value is stored locally. This value is 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
Alias
ProgramName
See also
Using Client Information