RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSet.ExecSQL Method

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

Pascal
procedure ExecSQL;
C++
__fastcall ExecSQL();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!