End all transactions.
Source position: db.pas line 2318
public procedure TDatabase.CloseTransactions; |
CloseTransaction calls TDBTransaction.EndTransaction on all connected transactions. It is called automatically when the connection is closed, after all datasets are closed.
|
Close the connection. |
|
|
Close all connected datasets. |