UniDAC

TVirtualQueryOptions.AutoOpenSources Property

Used to automatically open data sources when SQL statement executed

Class

TVirtualQueryOptions

Syntax

property AutoOpenSources: boolean default False;

Remarks

Use the property to automatically open data sources specified in the TCustomVirtualQuery.SourceDataSets list when SQL statement executed. If AutoOpenSources is False, each data source has to be opened prior to SQL statement execution in the TVirtualQuery. If AutoOpenSources is True, data sources will be opened automatically. The default value is False;

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback