I want to create an image database which can be entirely accessed via MATLAB. I don’t want to create any folder and save the image name in a database as it is not exactly suitable for my application. Can i go for it using SQL? if yes then please explain. Thanks in advance.
Share
If you want yo store images in datanase you can use
BLOBdatatype.A
BLOBis a binary large object that can hold a variable amount of data. The four BLOB types TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB differ only in the maximum length of the values they can hold.The article here explains how it works:
http://www.weberdev.com/ViewArticle/Saving-Images-in-MySQL