ISecurityPackage.IsCompatibleDriver

Syntax

IsCompatibleDriver(DriverName: String): Boolean;

Parameters

DriverName. DB driver identifier.

Description

The IsCompatibleDriver method returns whether current security module supports the specified database driver.

Comments

The list of identifiers that can be used as value of the DriverName parameter is given in theSupported DBMS > Total List of Identifiers subsection.

The method returns True if security module supports a specific database driver type, and False if it does not.

See also:

ISecurityPackage