user3364740
user3364740

Reputation: 13

How to get the fingerprint image from a 4000B DigitalPersona to SQL Database C#?

I'm currently using digital Persona biometrics U.are.U 4000B fingerprint reader and I'm using Neurotechnology for its SDK. And I have a sample program that can get the fingerprint from the scanner but I don't have any idea how to get the fingerprint image from the neurotech database so I could store it in the SQL Database?

Upvotes: 1

Views: 1569

Answers (1)

Scarl
Scarl

Reputation: 950

From what I'm getting in your request, you want to store the scanned image in an SQL DB right? Why do that when the samples provided in Neurotechnology actually store it in an "SQL Lite Database" for you. All you need is to find a way to link that database to your application.

Edit: the database will actually create the appropriate table for you and it stores the template as a blob so I think by that you'd be good to go.

Upvotes: 0

Related Questions