MySQL Forums
Forum List  »  General

MySQL Function to get Binary data of an image and insert in blob field
Posted by: P M
Date: August 23, 2016 06:07AM

Hi All,

Do MySql has a function that is filtering binary data of an image? That data is inserted in Mysql blob field.

For example -

An image file is placed at C:\image.gif

Suppose name of The MySQL function is - ImageBinaryData();

Insert into binarydata (imageblob) values (ImageBinaryData('C:\image.gif'));

Thanx in Advance.

- PM

Options: ReplyQuote


Subject
Written By
Posted
MySQL Function to get Binary data of an image and insert in blob field
P M
August 23, 2016 06:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.