Saturday, February 3, 2007

how to store images in a database?

a. We can store the image in the database using the blob (binary large object) data type, where the image is stored in the form of the streams...

b. Using binary streams (i.e. getBinaryStream () ,setBinaryStream()).But it is not visable in database ,it is stored in form of bytes ,to make it visable we have to use any one frontend tool.

SOURCE : www.referjava.com

No comments: