Apr 15, 2005 #1 F 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?
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?