RAD Studio VCL Reference
ContentsIndex
TDatabase Methods Public Methods
Public Methods
 
Name 
Description 
 
Posts pending cached updates for specified datasets to the database server. 
 
Closes all datasets associated with the database component without disconnecting from the database server. 
 
Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transactions. 
 
Executes an SQL statement. 
 
Flushes the cached schema information for a table. 
 
Populates a string list with the names of fields in a table. 
 
Populates a string list with the names of tables in the database. 
 
Cancels all updates, insertions, and deletions for the current transaction and ends the transaction. 
 
Begins a new transaction against the database server. 
 
Raises an exception if a specified database is already open in the active session. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.