RAD Studio VCL Reference
|
TTable encapsulates a database table.
TTable = class(TDBDataSet);
class TTable : public TDBDataSet;
DBTables
Use TTable to access data in a single database table using the Borland Database Engine (BDE). TTable provides direct access to every record and field in an underlying database table, whether it is from Paradox, dBASE, Access, FoxPro, an ODBC-compliant database, or an SQL database on a remote server, such as InterBase, Oracle, Sybase, MS-SQL Server, Informix, or DB2. A table component can also work with a subset of records within a database table using ranges and filters.
At design time, create, delete, update, or rename the database table connected to a TTable by right-clicking on the TTable and using the pop-up menu.
Creating Decision Datasets with TQuery or TTable
Modifying Entire Records
Opening and Closing Datasets
Types of Datasets
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|