Search found 2 matches

by TrTw
26.12.2008, 11:35
Forum: 6.6 - stable
Topic: Application Name + MSSQL
Replies: 1
Views: 486

Solved.
ZConnection.Properties.Add('appname=...');
ZConnection.Properties.Add('workstation=...');
by TrTw
26.12.2008, 10:50
Forum: 6.6 - stable
Topic: Application Name + MSSQL
Replies: 1
Views: 486

Application Name + MSSQL

I had been using BDE with MSSQL some time ago. I would like to send to MSSQL Server some information about client (application name, host name [client name]) for master.sysprocesses table. In BDE I used TDatabase.Params -> APPLICATION NAME, HOST NAME. How can I send this information via ZConnection?