Submitted Questions

  • how can store images in a data base?

    Mamatha

    • Oct 23rd, 2005

    Using binary streams (ie 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.

    a arun kumar

    • Oct 3rd, 2005

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