Jump to content

pls help ..using biometrics

- - - - -

  • Please log in to reply
3 replies to this topic

#1
arjhay012

arjhay012

    Newbie

  • Members
  • Pip
  • 3 posts
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:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
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?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
fayyazlodhi

fayyazlodhi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 405 posts
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.
Today is the first day of the rest of my life

#4
CatchMeTux

CatchMeTux

    Learning Programmer

  • Members
  • PipPipPip
  • 45 posts
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