TIB_DSQL Object
|
Unit
IB_Components
Declaration
TIB_DSQL = class(TIB_Statement)
Description
This component is used for all InterBase DSQL statements that do not
involve the handling of multiple rows of output data.
It is ideal for executing a stored procedure, doing a large batch of record
inserts, performing DDL or DML statements, etc.
All of the help for properties, methods and events are listed under its
parent class TIB_Statement.