ODAC

TDAConnectionOptions.AllowImplicitConnect Property

Specifies whether to allow or not implicit connection opening.

Class

TDAConnectionOptions

Syntax

property AllowImplicitConnect: boolean default True;

Remarks

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.

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