FireDAC.Phys.IBBase.TFDIBService.ExecSQL
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBService | |
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 */;
Description
Embarcadero Technologies does not currently have any additional information.