Bde.DBTables.TUpdateSQL.DatabaseName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TUpdateSQL

Delphi

property DatabaseName: string read FDatabaseName write FDatabaseName;

C++

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

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