FireDAC.Phys.IBBase.TFDIBService.ExecSQL
Delphi
function ExecSQL(const ADatabase, ASQL: String): TFDDatSTable; overload;
function ExecSQL(const AConn: IFDPhysConnection; const ASQL: String): TFDDatSTable; overload;
C++
Firedac::Dats::TFDDatSTable* __fastcall ExecSQL(const System::UnicodeString ADatabase, const System::UnicodeString ASQL)/* overload */;
Firedac::Dats::TFDDatSTable* __fastcall ExecSQL(const Firedac::Phys::Intf::_di_IFDPhysConnection AConn, const System::UnicodeString ASQL)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp |
FireDAC.Phys.IBBase | TFDIBService |
Description
Embarcadero Technologies does not currently have any additional information.