The Fingerprint database
The information to manage the application fingerprint files is stored in the Fingerprint database of the application. By default, the Access database file (<app_name>Fingerprint.mdb) is stored in the root of the application folder.
The connection string for the Fingerprint database is defined through the Datacap Application Manager and stored in the application configuration file.
The
fingerprint database includes three tables:
- Host: This table defines the name, host ID, and reference ID for
each fingerprint class, for example:
Name Host ID Reference ID <Global> 9 -1 Car_Rental 226 DC226 Flight 227 DC227 Hotel 228 DC228 Tip: You can see the host ID and reference ID by moving the mouse pointer over the class name in Datacap Studio. - PageType: This table defines the name and ID for each page type,
for example:
Page Type Name Page Type ID Other 1 Rental_Agreement 40 Optional_Insurance 41 Air_Ticket 42 Room_Receipt 43 Meals 44 Other_Charges 45 - Template: This table defines the ID, CCO file, TIFF file, host
ID (class), and page type for each fingerprint, for example:
ID CCO Path Image Path Host ID Page Type 555 C:\Datacap\...\fingerprint\555.cco C:\Datacap\...\fingerprint\555.tif 9 1 556 C:\Datacap\...\fingerprint\556.cco C:\Datacap\...\fingerprint\556.tif 226 40 557 C:\Datacap\...\fingerprint\557.cco C:\Datacap\...\fingerprint\557.tif 226 41 558 C:\Datacap\...\fingerprint\558.cco C:\Datacap\...\fingerprint\558.tif 227 42 559 C:\Datacap\...\fingerprint\559.cco C:\Datacap\...\fingerprint\559.tif 228 43