Re: BLOBs within MySQL and JSP

2001-12-04 Thread Dmitry Namiot
Check out DB taglib on http://www.servletsuite.com/jsp.htm There is a custom tag setBlobQuery for such tasks -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com __ Your favorite stores, helpful shop

Re: BLOBs within MySQL and JSP

2001-12-03 Thread Geert Van Damme
rom: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Papo NapolitanoSent: maandag 3 december 2001 20:19To: [EMAIL PROTECTED]Subject: Re: BLOBs within MySQL and JSP I just used rs.getString() to read the data from the database

Re: BLOBs within MySQL and JSP

2001-12-03 Thread Papo Napolitano
I just used rs.getString() to read the data from the database and for I've written a Simple Servlet to send the image to the browser.   Cheers,   Papo

Re: BLOBs within MySQL and JSP

2001-12-03 Thread Pau García
NapolitanoEnviado el: lunes, 03 de diciembre de 2001 20:03Para: [EMAIL PROTECTED]Asunto: Re: BLOBs within MySQL and JSP Yes.. I've did it a few days ago.   What do you want to know ??   Cheers,   Papo

Re: BLOBs within MySQL and JSP

2001-12-03 Thread Papo Napolitano
Yes.. I've did it a few days ago.   What do you want to know ??   Cheers,   Papo

BLOBs within MySQL and JSP

2001-12-03 Thread Pau García
Hi, Has anybody worked with both BLOB's and JSP together? I'm trying to get images (of BLOB type) from a ResultSet. Does anybody know how to do this? Thanks, Pau. === To unsubscribe: mailto [EMAIL P