Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Would like to request assistance, I want to create a program the uses a digitalPersona fingerprint scanner. How to can I save fingerprint in an SQL table. Thanks...
Posted

Well considering the somewhat vague question I'll just assume you know how to program.

You should start by downloading the SDK for your scanner.
http://www.digitalpersona.com/Biometrics/SDK-Products/One-Touch-Software-Development-Kits-%28SDKs%29/[^]

Then download the SQL API of your choice.

Then create your tables use the data from the fingerprint scanner API and store that in your SQL database.
 
Share this answer
 
Hi Josh,
Yap i do know how to create program, its my first time to use a fingerprint scanner. Im currently downloading it..
Thanks..
 
Share this answer
 
Hi Josh_Jackson
Can you help me ideas on how to save fingerprint to an sql database? Or maybe a strategy on how to manipulate it in an sql database.

Thanks...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900