Specifies whether to allow or not implicit connection opening.
property AllowImplicitConnect: boolean default True;
Use the AllowImplicitConnect property to specify whether allow or not implicit connection opening.
If a closed connection has AllowImplicitConnect set to True and a dataset that uses the connection is opened, the connection is opened implicitly to allow opening the dataset.
If a closed connection has AllowImplicitConnect set to False and a dataset that uses the connection is opened, an exception is raised.
The default value is True.