TIB_DatasetBar_ButtonType Type

Unit
IB_DatasetBar

Declaration

TIB_DatasetBar_ButtonType = ( dbPrepare,
                              dbUnprepare,
                              dbOpen,
                              dbClose );

Description
These are the different button types available to this button bar.


dbPrepare prepares the current statement in the SQL property.
dbUnprepare unprepares the current statement in the SQL property.
dbOpen Opens a cursor on the server to process the fetches.
dbClose Closes the cursor opened on the server.