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
JavaRanch » Java Forums » Java » 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.
 
IntelliJ Java IDE
 
subject: how show image from db
 
Threads others viewed
Display image in Jsp page
display image and text both on jsp page
Tiff image compression
Displaying an image from byte[] into JSP
Not Able to Post a new Thread....in MD
developer file tools