hi there guys, i need some help coz im a newbie programmer .. i use vb 6.0 for my school project and that is to create a system that uses biometrics ..
its goes like this..
the program will use to determine if the person that is entering the school is a student or an outsider by its finger print? simple as that .. but as i said im a newbie :crying: so i hav no idea how to start it the interface is not a problem but the codes especially the database ..btw, im gonna use MS access as my database ..
can someone help me what codes will i use ? :crying::crying::crying:
3 replies to this topic
#1
Posted 07 July 2011 - 03:26 AM
|
|
|
#2
Posted 07 July 2011 - 09:37 AM
What biometric device are you going to use? You'll need to use its driver/dll to get "fingerprint" data, and store that in the database. Until you know how it will return fingerprint data, you are kind of stuck.
Also, why are you using a 10 year old version of VB?
Also, why are you using a 10 year old version of VB?
#3
Posted 07 July 2011 - 02:10 PM
A while back i used the following and i believe the same manufacturer devices are adopted even in common laptops these days. It comes with an SDK with sample programs for almost all main stream languages. I used it with c# where i imported it's dll using System.runtime.Interop namespace.
Strong Authentication, Data Protection, Fingerprint Biometrics - DigitalPersona
Primarily SDK demo shows two functions
1. To register prints (it usually takes like four scans)
2. To verify prints (single input)
It can be stored in any database as binary data. I have used SQL Server in the past and for application needs, we only stored image file name in database where as the image file on disk as a single binary file.
Strong Authentication, Data Protection, Fingerprint Biometrics - DigitalPersona
Primarily SDK demo shows two functions
1. To register prints (it usually takes like four scans)
2. To verify prints (single input)
It can be stored in any database as binary data. I have used SQL Server in the past and for application needs, we only stored image file name in database where as the image file on disk as a single binary file.
Today is the first day of the rest of my life
#4
Posted 26 July 2011 - 03:37 PM
If you've just bought a fingerprint reader, it should come up with an SDK already.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









