IBX.IBServices.TIBCustomConfigService.ExecuteSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteSQL(SQL : String);  overload;
function ExecuteSQL(SQL, Field: String) : Variant;  overload;

C++

void __fastcall ExecuteSQL(System::UnicodeString SQL)/* overload */;
System::Variant __fastcall ExecuteSQL(System::UnicodeString SQL, System::UnicodeString Field)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBCustomConfigService

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!