CancelUpdates method

Applies to
TIBODatabase

Declaration
Procedure CancelUpdates(const ADatasets: array of TIBODataset );

Description
This method is used in order to cancel updates for selected datasets in a specified order.

To have all datasets for the transaction handled pass in an empty set.