Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to insert finger print data type in mysql database
Posted

1 solution

There is no finger print data type so I assume that you want to either store an image of a finger print in which case you would use a BLOB or varbinary field to store the byte data or the other option would be the storage of the co-ordinate/vector data used in finger print comparisons, in this case you may want to do some research on the storage of biometric data.
 
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