I suppose the Image is a Blob field.
Check java.sql.Blob.
Call getBinaryStream() or getBytes(..).Take the bytes of the image and create an Image object.
Save the Image somewhere.
The rest are HTML (<img src=..).
About creating Image objects and saving them check java.awt.image package.
leo yanez caro . wrote:
HI. (my english is not good) i'am new in velocity. how can i make a image from a select from table dinamicly? how can i make a graphcis from a select??? thank you very much, Leo.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
