aspose file tools
The moose likes JDBC and the fly likes how show image from db Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how show image from db" Watch "how show image from db" New topic
Author

how show image from db

Kapil Keskar
Ranch Hand

Joined: Dec 04, 2001
Posts: 47
Hi
I am confused over this aspect of putting the image in database & also about how to retrieve the image from d/b & show it to user in oracle like d/b.
Can anybody help me out?
Thank you
mustang india
Ranch Hand

Joined: Feb 05, 2002
Posts: 60
U got to use BLOB (Binary Large Object)to insert/retrive an image into/from a DB. U can get more info about this in the Java API. This is supported from Oracle 8 onwards.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how show image from db
 
Similar Threads
Display image in Jsp page
display image and text both on jsp page
Not Able to Post a new Thread....in MD
Tiff image compression
Displaying an image from byte[] into JSP