Link to home
Start Free TrialLog in
Avatar of tarun_ghosh
tarun_ghosh

asked on

Scan & Store

Hi all,
I want to Scan documents from my VB application and store in my SQl server database  image field.
After scanning I am showing the image in image control , now how can I store picture from image control to database.
Can anyboby help me with VB code
for unbound ADO connection.
Tarun
Avatar of scj1
scj1

I am looking for the answer to a similar problem too...help! Incidently the GetChunk / AppendChunk methods which are almost definetely the mechanism for implementing this problem are only demonstrated using database to database operations in the MSDN. The problem here, is once the picture is in memory or even on disk - how do we go about inserting it into an SQL database via ADO....I assume the image type has something to do with it but I have yet to find a working example....

Thanks

StuJ
ASKER CERTIFIED SOLUTION
Avatar of scj1
scj1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tarun_ghosh

ASKER

Thanks saji,
It is working perfectly. Only constraint
is that I can't get pictures which are
already stored in different method.
Like imported from Access table.
Tarun