Setting up the Fingerprint Maintenance Tool for your application

You need to copy the Fingerprint Maintenance Tool files to your application directory and configure the tool for use with your application.

Procedure

  1. In the folder C:\Datacap\APT\dco_APT, locate the files Fingerprint Maintenance Tool.exe and Interop.DCAppleLib.dll.
  2. Copy the two files from C:\Datacap\APT\dco_APT to C:\Datacap\< app_name>\dco_<app_name>, where < app_name> is the name of your application)
  3. Using a text editor, create a file that is called Settings.ini in the C:\Datacap\<app_name>\dco_<app_name> folder and insert the following information (replace <app_name> with the name of your application):
    [Database]
    FingerprintDatabase=Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=C:\Datacap\<app_name>\<app_name>Fingerprint.mdb;Persist Security 
    Info=False
    [Paths]
    FingerprintDirectory=C:\Datacap\<app_name>\fingerprint
    FingerprintBackupDirectory=C:\Datacap\<app_name>\Fingerprint Backup
    SetupDCO=C:\Datacap\<app_name>\dco_<app_name>\<app_name>.xml
    [FMT]
    FilteredSummary=Select
    Template.tp_TemplateID,Template.tp_DateAdded,Template.tp_HitCount,Template.tp_L
    astHit,Host.hs_RefName FROM Template,Host WHERE host.hs_HostID = 
    Template.tp_HostID