1. Scan document - this is bewst solved with some type of third party
scanner control. You have to decide if you want to OCR (so you can save as
text) or just scan to image.
2. Save to SQL Server
I would solve the harder problem, scanning, first and then move back to SQL
Server, as there are plenty of examples on the web for saving files to SQL
Server as binary.
The Windows Acquisition Library (WIA.DLL) gives you everything you need to
control a scanner and capture images. It uses an object model that would be
familiar to .Net programmers and is easy to integrate into your project.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.