Bde.DBTables.TUpdateSQL.SessionName

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 SessionName: string read FSessionName write FSessionName;

C++

__property System::UnicodeString SessionName = {read=FSessionName, write=FSessionName};

Description

Identifies the session under which updates are applied.

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.

See Also