|
AnyDAC
|
Controls how connection definitions file must be loaded.
The ConnectionDefFileAutoLoad property controls, should be a connection definition file loaded automatically or explicitly by programmer. If True, then AnyDAC will load file at first "touch" to the content of the ConnectionDefs list.
If False, then programmer should call ConnectionDefs.Load method before first "touch" to the ConnectionDefs list, including:
Otherwise an exception will be raised.
property ConnectionDefFileAutoLoad: Boolean;
|
What do you think about this topic? Send feedback!
|