IDalConnectionDescriptorExt.CreateConnectionExt

Syntax

CreateConnectionExt(AllowPasswordExpiredConection: Boolean): IDalConnection;

Parameters

AllowPasswordExpiredConection. It determines whether the connection will be established if password expired. The True value allows for connection if the password is expired, the False value forbids connection.

Description

The CreateConnectionExt method returns the error or creates a connection with the database server if the user password is expired.

Comments

If the AllowPasswordExpiredConection parameter is set to True, the connection is created if the error occurs; if the value is False, the error is returned.

Example

The example of use is given in description of IDalConnectionExt.PasswordExpired.

See also:

IDalConnectionDescriptorExt