This method initializes the database. The user must pass the path to the DAT file to use. If the DAT file does not exist, SigID will create a new DAT file at the location specified.
RETURN: Integer:
0=successful open,
2=cannot locate and initialize fingerprint sensor
Example:
Dim RetVal As Integer
RetVal = SigID1.Init(“C:\mydatabase.dat”)
If RetVal = 0 Then
'sensor initialized OK
ElseIf RetVal = 2 Then
‘cannot locate fingerprint sensor
Exit Sub
End If
_____________________________________________________________________
Copyright 1995 - 2005, Topaz Systems, Inc. All Rights Reserved
Topaz products are covered under US patents 5,120,908 5,122,623 6,307,955 - "Electronic Signature Management System", and patents pending
Topaz Systems, Inc., 650 Cochran Street, Unit 6, Simi Valley, CA, USA, 93065
Phone: 805 520-8282 Fax: 805 520-0867 www.topazsystems.com