Posted On 2012-10-19 By Yashwant Chavan
Some times there is requirement to store the Image File into database, rather than physical storage device. To store the image into database we need to use BLOB datatype. BLOB is used to store byte values. Mysql Offer four data types namely TINYBLOB, MEDIUMBLOB, BLOB, LONGBLOB.
Read More