Bde.DBTables.TUpdateSQL.DatabaseName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseName: string read FDatabaseName write FDatabaseName;

C++

__property System::UnicodeString DatabaseName = {read=FDatabaseName, write=FDatabaseName};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TUpdateSQL

Description

Identifies the database to which updates are applied.

When the DataSet property is not a BDE-enabled dataset, you must set DatabaseName to identify the database to which updates are applied. DatabaseName should be the same as the DatabaseName property of the source dataset (the dataset that fetches data from the database server). This property is used to set the DatabaseName property of the internal queries that apply the updates.

See Also