WinBioNET icon indicating copy to clipboard operation
WinBioNET copied to clipboard

It's possible to use a sql database

Open rmxakalogistik opened this issue 8 years ago • 5 comments

Can you provide an exemple of using sql database to store?

rmxakalogistik avatar May 19 '17 11:05 rmxakalogistik

No I can't. I haven't done that yet.

JcBernack avatar May 19 '17 13:05 JcBernack

Is there then a way to see the image of the print?

rmxakalogistik avatar May 19 '17 13:05 rmxakalogistik

I know I'm late but maybe it will be useful for other people. You can use library like SourceAFIS to extract lightweight template from fingerprint image and store it in database as blob and then retrieve templates from database and compare them to user's fingerprint for verification.

kszczek avatar Aug 25 '18 12:08 kszczek

I couldn't find any example to use WINBIO_DATABASE_TYPE_DBMS or WINBIO_DATABASE_TYPE_FILE on the web.

Can anyone help? Any comments are appreciated!

deb011 avatar Sep 19 '18 04:09 deb011

I think you have to write a storage adapter to use custom db.

https://docs.microsoft.com/en-us/windows/desktop/api/winbio_adapter/ns-winbio_adapter-_winbio_storage_interface

kszczek avatar Sep 20 '18 07:09 kszczek