Extracted image data from database and show as <img> in the presentation

fasil

Member
Joined
Mar 27, 2005
Messages
15
Location
Denmark
Here is the deal:

1. I have an image extracted out from a database through a SQL statement.
ex. SELECT IMG_DATA FROM tblIMAGE WHERE ID = 1

I need to stream the IMG_DATA on a page binding it to a <IMG> tag. How do I do this?
 
Back
Top