APPLICATION NAME

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Guest

APPLICATION NAME

Post by Guest » Wed 04 May 2005 19:08

before it used BDE that has parameter "APPLICATION NAME" to as it
corresponds in DBEXPRESS
use D7 - SqlServer

now he shows the name of the program, but I wish to place a name, that variable she is due to assign?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 05 May 2005 07:12

Please see readme.html about ApplicationName parameter

Code: Select all

SQLConnection.Params.Add('Custom String=ApplicationName=A_NAME;WorkstationID=WID');

Post Reply