Griaule Biometrics

Home » Forums » FINGERPRINT SDK » VB Specific » Multiple Finger print Record SQL Server!!!
3 replies [Last post]
farhan_
Offline
Joined: 2007-08-13
Rate this post:
0
No votes yet
Multiple Finger print Record SQL Server!!!

Hello,

I need help regarding managing multiple finger prints in SQL server.
I am developing a payroll application and i need to store index finger and thumb finger print for both hands of one person how can i manage in one single row of SQL server table or if there is a work around any ideas please.

thanks

JB
Offline
Joined: 2010-09-15
Rate this post:
0
No votes yet

Dear client,

one suggestion could be to register the fingerprints that you need in an array, then you will have to make a function that concatenate all the data from the array, so that you could store the data in only one row.

If you have more doubts, let us know.

 

 

Jan Beeck

Griaule Support Team

 

kelly4r
Offline
Joined: 2010-01-04
Rate this post:
0
No votes yet

i will want to capture more than one finger at the same time (5 fingers to be enrolled) and at the same time verify/identify any of the fingers when placed on the  biometric device

JB
Offline
Joined: 2010-09-15
Rate this post:
0
No votes yet

Dear customer,

You could store the five templates first in a data structure and then run five threads for the enrollment, and finally ten threads (5 for verify and 5 for identify).

If you have more questions let us know.

 

Jan Beeck

Griaule Support Team