borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (Accessing Access 2000 with VB6) New Topic New Poll Post Reply
AndreaVB Forum : Database : Biometric data & Picture
Poster Message
mrcoolcurrent
Level: Big Cheese

Registered: 19-01-2007
Posts: 25

icon Biometric data & Picture

I am creating an HR application. I have a field for biometric data (Finger Print) and another for picture.

How do I put such records or data in Microsoft Access?

13-05-2008 at 03:32 PM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1639
icon Re: Biometric data & Picture

Generally speaking you wouldn't want to -- the database would get very large, very fast.  And once it hits (2gb I think), it won't be able to be opened on different computer systems.

Generally with picture-like information you only store the link to the picture in the database.


Otherwise... you end up reading/storing the picture as a binary thing (or storing the image from a image/picture control) into a blob-like field (can't remember Access's name for it).

Microsoft has an example that would have to be modified (it uses a sql server, but it's still basically the same):
http://msdn.microsoft.com/en-us/library/ms678200(VS.85).aspx


[Edited by JLRodgers on 14-05-2008 at 09:16 AM GMT]

____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

14-05-2008 at 03:12 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Database : Biometric data & Picture
Next Topic (Accessing Access 2000 with VB6) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Il portale per lui e lei | Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder