You might try putting your images in the file system and not put them in the
database... then you can use Oracle as an index to point to your images on
your file system.  It's pretty easy to build a URL into webpage tables using
the name of the image file as part of the URL.  Alternatively, you can
create URLs in the database as another column and query for those.

Its much easier (and faster) to put photos and images in the file system
than in a database directly.

Christian Straight


-----Original Message-----
From: Christian Hamann Linares [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 5:40 PM
To: [EMAIL PROTECTED]
Subject: Help!!!!!!!!!!!


Hi All
I have a Problem.. i hava a Oracle DataBase and i dont know how insert
images with java.. what do i have to do?
besides.. i have to show these pic in my web page and i dont know how...
please help me11

atte

Christian Hamann Linares
Area de Desarrollo de Aplicaciones
FICS-DATA USMP
e-mail: [EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to