IBX.IBCustomDataSet.TIBDataSet.ExecSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecSQL;

C++

void __fastcall ExecSQL();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

Executes the SQL statement that the SelectSQL property specifies when it is not a SELECT statement.

Call ExecSQL to execute the main query for this dataset when it is not a SELECT statement. If the value of the SelectSQL property is not set, or if it is set to a SELECT statement, ExecSQL raises an EIBError exception.