Convert BLOB to Jpg using C#
Posted
by TGuimond
on Stack Overflow
See other posts from Stack Overflow
or by TGuimond
Published on 2010-03-24T19:55:39Z
Indexed on
2010/03/24
20:03 UTC
Read the original article
Hit count: 402
Hello,
I am currently developing a web application that receives data from an on-site oracle database. The database developers have developed some web-services that I am able to call and send/receive data to and from the the database.
When I want to display an image the method returns the image in BLOB format. My question is: what is the best way to convert BLOB to .jpg or .bmp so I can display the image correctly? If someone could point me in the right direction that would be great!
Cheers, Tristan
© Stack Overflow or respective owner