DBTables.TTable

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From DBTables.pas

TTable = class(TDBDataSet)


Unit: DBTables

Type: class

Inherited Class Members: DBTables.TTable Members

Class Properties: DBTables.TTable Properties

Class Methods: DBTables.TTable Methods

Class Constructors & Destructors: DBTables.TTable Constructors

C++ Information

From DBTables.hpp

TTable = class(TDBDataSet)


Unit: DBTables

Type: class

Inherited Class Members: DBTables.TTable Members

Class Properties: DBTables.TTable Properties

Class Methods: DBTables.TTable Methods

Class Constructors & Destructors: DBTables.TTable Constructors

Description

TTable encapsulates a database table.


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.

See Also

Personal tools
Translations
Newest Version