Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 FingerScan using MSSQL

Author  Topic 

cwtriguns2002
Constraint Violating Yak Guru

272 Posts

Posted - 2007-05-23 : 01:46:39
Hi everyone... I have a very difficult problem for about 2 weeks. I am doing Timekeeping for employees with the use of Finger scan to identify the user. It's a digitalPersona scanner of U.ARE.U... How can I use the SQL server to match the finger prints? Is it possible?

Thanks.

-Ron-

"If you can only access one site on the Internet, make it SQLTeam!"

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-05-23 : 01:55:47
How do the data looks like ?
How is the matching logic like ?


KH

Go to Top of Page

cwtriguns2002
Constraint Violating Yak Guru

272 Posts

Posted - 2007-05-23 : 02:01:05
Thanks KH for the reply. That would be my questions.
They have a sample program in VB but they used dll to store and compare data. I don't know how to do this in SQL.

Thanks.

-Ron-

"If you can only access one site on the Internet, make it SQLTeam!"
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-05-23 : 02:09:34
they have SDK to do this. Why not using their SDK ?
http://www.digitalpersona.com/developers/


KH

Go to Top of Page

cwtriguns2002
Constraint Violating Yak Guru

272 Posts

Posted - 2007-05-23 : 02:09:44
KH, the data is stored in there dll... (username, id, fingerprint). I don't know what is the datatype of fingerprint and how they compare it. I just want to use SQL server so that the data would be centralized (coz we have 3 scanner machine).

Any of you guys have used fingerscanner?

Thanks.

-Ron-

"If you can only access one site on the Internet, make it SQLTeam!"
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-05-23 : 02:15:10
Sorry. This is new to me. Maybe you can contact the product vendor for more information


KH

Go to Top of Page

cwtriguns2002
Constraint Violating Yak Guru

272 Posts

Posted - 2007-05-29 : 23:04:30
Hi KH. I got it!

-Ron-

"If you can only access one site on the Internet, make it SQLTeam!"
Go to Top of Page
   

- Advertisement -