Click here to Skip to main content
15,886,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi There,

Currently I Am Working On A Software In Which I'd Have To Accept Data From A Scanned Paper And To Store It In Database With Using VB And Access.

And Please Let Me Know If VB Is Convenient For This Software Or Not.

So , For This I Need Some Help.

Please Help Me.

Thanks,
Priya
Posted

1 solution

Hi!
If using VB, the best way to do the job is through a ActiveX control (there are plenty out there like: http://www.brothersoft.com/scanner-activex-control-34972.html). That way you can avoid to deal with low-level calls to the TWAIN API (www.twain.org).

Also, I wouldn't store the scanned paper in an access database, that takes too much disk space! I'd have the scan image file saved on disk and only store the path to the file on the database. I tried that once a lot time ago, I really don't know how newer versions of Access will behave.

VB is ok is you only want to get the data and store it somewhere, but if you need to do some extra processing, better use another language (c++ being the ideal tool for the job) :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900