I have a problem when I want to display an image stored in the database with OLE using JAVA.
|
|
If your image data is stored in your database as some blob, you would probably want to use an
|
|||
|
|
|
Trying to do a good guess, I would say you have to read it from the database using a blob, something like:
And then displaying it with a servlet by writing the data to the output stream.
But this is just a guess, because your question lack of essential information. Here's are some links related to Blob and Servlets http://www.java2s.com/Code/Java/Database-SQL-JDBC/BlobJDBCdealswithBinaryData.htm http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/blob.html http://www.roseindia.net/servlets/retreiveimage.shtml I hope this helps |
|||
|
|