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.
| 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 |
 |
|
|
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!" |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
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!" |
 |
|
|
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 |
 |
|
|
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!" |
 |
|
|
|
|
|
|
|