FireDAC.Comp.Script.TFDScriptOptions.DriverID

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScriptOptions

Delphi

property DriverID: String read FDriverID write SetDriverID;

C++

__property System::UnicodeString DriverID = {read=FDriverID, write=SetDriverID};

Description

Specifies the ID of the default connection driver.

Use the DriverID property to specify the ID of the default driver that is used for the CONNECT <connection string> script command. The property can be set from a script using the SET DRIVERid <value> command.

See Also