Question
Retrieve image from database and display it on mashup
hi Everyone
I am trying to stored image directly in SQL database and then retrieve that image from table and display it on mashup. so after storing image on DB by taking image as base type of that Column and while fetching it from db by writing service it is giving me that encrypted text so my question is how i can convert it to actual images and what should be that return type of that service ?
Thanks in advance

