Icon SessionName Property

property SessionName: String

Usage

Use the SessionName property to specify the TEDBSession component to link to this TEDBDBDataSet component. If the SessionName property is blank, the TEDBDBDataSet component is automatically linked to the default TEDBSession component, which can be referenced via the global Session function in the edbcomps unit. To link the TEDBDBDataset component with a different TEDBSession component, the SessionName property must match the SessionName property of an existing TEDBSession component.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image