In dbconnection.pas
, line 1836:
FAdoHandle.ConnectionString := 'Provider=SQLOLEDB;'+
'Password='+QuotedPassword+';'+
'Persist Security Info=True;'+
'User ID='+Parameters.Username+';'+
'Network Library='+NetLib+';'+
'Data Source='+DataSource+';'+
'Application Name='+AppName+';'
;
Would it be possible to pass AppName
as a custom value, that's configurable in the connection settings? There are times I to spoof the application name. Personal reasons.