How to export image from access DB
I have 2007 MS-Access DB which have many records with picture, I want to migrate to sqlserver now my question is how to extract and save image to a file with asp.net or c# ?
0.00 (0 votes)



04-06-2017 14:48:18


Answers

Solution #1

0.00 (0 votes)

The first thing you know about extracting image from database is a MemoryStream. You should know about it. And you should know about Byte[] data type as well. Some knowledge about file handling in C# is better to understand the code in this project. For more information with source code read here full article:

http://www.esoftcode.com/Blog_Details.Aspx?Blogid=2

Hope this helps.



Pallav Kumar
05-06-2017 00:56:27


Search