Hi,
I have a problem on how to save my biometric finger print scanner files(.fpt) to my sql server database, and also how to retrieve that file, please help.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Nov 16, 2011, 2:21 PM
byte[] fingerprintfile = my.computer.filesystem.readallbytes("C:\myfinderprint.fpt");
...
...
...
command().parameters.addwithvalue("@FingerPrintFile", fingerprintfile);