[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Database this dataset is connected to
Source position: db.pas line 1894
public property TDBDataset.DataBase : TDataBase |
Database should be set to the TDatabase instance this dataset is connected to. It can only be set when the dataset is closed.
Descendent classes should check in the property setter whether the database instance is of the correct class.
If the property is set when the dataset is active, an EDatabaseError exception will be raised.
|
Base class for connecting a FreePascal application to an external Database engine |
|
|
Transaction in which this dataset is running. |