FireDAC.Comp.Script.TFDScriptOptions.DriverID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverID: String read FDriverID write SetDriverID;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

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