RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateSQL.SessionName Property

Identifies the session under which updates are applied.

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

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

 

SessionName 

DataSet 

Query 

Using Multiple Update Objects

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