OpenDatabase

Opens a connection to the fingerprint database.

Member of namespace

FingerprintMaintenance

Syntax

bool OpenDatabase (string ConnectionString)

Parameters

ConnectionString
Type: string
Fingerprint database connection string.

Parameters

Fingerprint database connection string.

Returns

True, if the connection is established. False, if the connection is not established.

Level

Any level.

Details

Opens a connection to the fingerprint database by using the connection string provided in the parameter. A smart parameter can be used.
Example:
OpenDatabase("provider=microsoft.jet.oledb.4.0;
data source=c:\datacap\apt\APTFingerprint.mdb;
persist security info=false")

This example obtains the connection string set in the Application Manager.

OpenDatabase("@APPVAR(*/dco_*[1]/fingerprintconn:cs)")