Reading data from Scanner

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey,

I need to read data from a Scantron scanner and dump it into a SQL database.
Is there any article that explains about this process. The problem is I do
not know how to connect and read from a scanner. Once read, I can dump it
into database without any problem.

Could someone guide me on this.

Thanks.
 
Hello Beginner,
This article should help you out
http://www.codeproject.com/dotnet/twaindotnet.asp

Best of luck!

Your C# ally ,
RBischoff


B> Hey,
B>
B> I need to read data from a Scantron scanner and dump it into a SQL
B> database. Is there any article that explains about this process. The
B> problem is I do not know how to connect and read from a scanner.
B> Once read, I can dump it into database without any problem.
B>
B> Could someone guide me on this.
B>
B> Thanks.
B>
 
Back
Top