Click here to Skip to main content
15,912,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all
How to insert a scanned copy document store in a MS-SQL Server.iam using asp.net 3.5 and c#3.0



Thanks&Regards
Hareesh.A
Posted

The best way to do that would be to save the scanned document in a virtual directory with some unique name and then save the path of this file into the database.

saving an image in database could impose a lot of performance issues.
 
Share this answer
 
 
Share this answer
 
Hi,

you can store your data in BLOB datatype in MySQL.

Convert your scanned image into byte[] and that can be stored in BLOB field. you need to do reverse to retrieve your Image.

hope this will help you
Thanks
-Amit.
 
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