RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateSQL.DatabaseName Property

Identifies the database to which updates are applied.

Pascal
property DatabaseName: string;
C++
__property AnsiString DatabaseName;

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. 

 

DatabaseName 

DataSet 

Query 

Using Multiple Update Objects

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!