| TIBODatabase Object
Methods |
Unit
IBDataset
Declaration
TIBODatabase = class(TIB_Database)
Description
This class is used to emulate the behavior of the TDatabase component.
Using this component forces all statements and datasets that attach to it to
use a single transaction held internally (just like the BDE would do).
It is intended for ease of migration from the BDE to IBO but it is encouraged
that you eventaully replace it with a TIB_Connection component as soon as you
are ready to take full control of all transactions for the connection.
| Introduced Public Methods |
| ApplyUpdates | This method is used in order to apply updates for selected datasets in a specified order. |
| CancelUpdates | This method is used in order to cancel updates for selected datasets in a specified order. |