|
AnyDAC
|
Specifies the virtual driver ID.
Use the DriverID to specify a virtual driver ID. If DriverID is not specified, then any changes to a driver link properties will be applied to a base driver. Otherwise the virtual driver will be created and configured.
The DriverID must be unique across an application.
property DriverID: String;
ADPhysIBDriverLink1.DriverID := 'FB25';
ADPhysIBDriverLink1.VendorLib := 'c:\fb25_64\fbclient.dll';
ADConnection1.Params.Clear;
ADConnection1.Params.Add('DriverID=FB25');
ADConnection1.Params.Add('Database=c:\addemo.fdb');
ADConnection1.Params.Add('Server=127.0.0.1');
ADConnection1.Params.Add('Protocol=TCPIP');
ADConnection1.Connected := True;|
What do you think about this topic? Send feedback!
|