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
posted
0
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.