MySQL Forums
Forum List  »  Newbie

LOADING A PDF FILE INTO A FIELD OF A TABLE AS A BLOB
Posted by: KRISHNAN SAKOTAI
Date: November 30, 2021 12:37AM

I have an existing table called tblCustomer. It has various fields. There is also a MEDIUMBLOB field called Demographics into which I want to load a pdf file called Customer_DAta.pdf from \home\data directory.

I am unable to find how to load the pdf file into the Demographics field. Any sql help is appreciated.

My further query is: As a result of a query on the table, will I be able to click on the pdf file to open it?

I am using mysql8 on a Linux platform

Thanks in advance

Options: ReplyQuote


Subject
Written By
Posted
LOADING A PDF FILE INTO A FIELD OF A TABLE AS A BLOB
November 30, 2021 12:37AM


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.