I have an upcoming project which requires the recording of thumbprint/fingerprint scans in a database (currently proposed as sql server). Now I have a few questions I need to explore:
I am open to any suggestions from storage datatype to software to solve these problems. I should mention that I haven't finalised the hardware method of getting the scans. I'm currently exploring the capacity of laptops with thumbprint security capacity as to whether it can be used to read and store multiple thumbprints.
All suggestions welcome.
Mary
- How does sql server handle the embedding of images? Is it better to embed the scaned images in the database or to embed the path and store the images in a folder? My concern is the number of files could eventually reach 7 million and the data would need to be queried.
- What software or otherwise would I need to be able to "read" a thumbprint/fingerprint image and compare it to all records in the database for duplication?
I am open to any suggestions from storage datatype to software to solve these problems. I should mention that I haven't finalised the hardware method of getting the scans. I'm currently exploring the capacity of laptops with thumbprint security capacity as to whether it can be used to read and store multiple thumbprints.
All suggestions welcome.
Mary
Comment