MySQL Forums
Forum List  »  Newbie

Re: Inserting a JPG into a BLOB syntax
Posted by: Rick James
Date: April 18, 2009 06:02PM

Same syntax as for inserting into a VARCHAR.

I prefer storing blobs (images, etc) in a database. But I put them in a parallel table, not in the table with all the meta info about the images.

Options: ReplyQuote


Subject
Written By
Posted
Re: Inserting a JPG into a BLOB syntax
April 18, 2009 06:02PM


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.