BDE Controls

From RAD Studio
Jump to: navigation, search

Go Up to VCL Components Categories Index

Warning: The Borland Database Engine (BDE) has been deprecated, so BDE will not be enhanced. For instance, BDE will never have Unicode support. You should not undertake new development with BDE. Consider migrating your existing database applications from BDE to dbExpress.

This topic lists all controls from the Delphi BDE (Borland Database Engine) tool-palette.

Control Description

TTable

Bde.DBTables.TTable

TTable encapsulates a database table.

TQuery

Bde.DBTables.TQuery

TQuery represents a dataset with a result set that is based on an SQL statement.

TStoredProc

Bde.DBTables.TStoredProc

TStoredProc encapsulates a stored procedure in a BDE-based application.

TDatabase

Bde.DBTables.TDatabase

TDatabase provides discrete control over a connection to a single database in a BDE-based database application.

TSession

Bde.DBTables.TSession

TSession provides global management of a group of database connections in an application.

TBatchMove

Bde.DBTables.TBatchMove

TBatchMove performs database operations on groups of records or entire tables.

TUpdateSQL

Bde.DBTables.TUpdateSQL

TUpdateSQL applies cached updates on behalf of queries or stored procedures that can't post updates directly.

TNestedTable

Bde.DBTables.TNestedTable

TNestedTable encapsulates a dataset that is nested as a field within another table.



See Also