ExecSQL method

Applies to
TIB_Statement

Declaration
Procedure ExecSQL;

Description
BDE/VCL compatibility method. It does the same as Execute.

One very important thing to be aware of if you are using input parameters is that you need to explicitely clear the values out even when unpreparing and preparing again. IBO will preserve parameter values.

The easiest way to clear them out is to call the Clear method of the input parameters or the Params.ClearBuffers( rsNone ) method of the Params object.