Specifies whether to allow or not implicit connection opening.
property AllowImplicitConnect: boolean default True;
Use the AllowImplicitConnect property to specify whether implicit connection opening is allowed.
If a closed connection has AllowImplicitConnect set to True and a dataset is opened or script and SQL components that use the connection are executed, the connection is opened implicitly to allow the dataset to open or the script (SQL) components to execute.
If a closed connection has AllowImplicitConnect set to False and a dataset that uses the connection is opened or script and SQL components that use the connection are executed, an exception is raised.
True is the default value.