Re: Is saving blob data concerned with charset?
Posted by: Yao Yao
Date: December 19, 2010 06:16AM

Oh, field type information is set use the follow code:

MySqlParameter param = new MySqlParameter( "?xxx", MySqlDbType.Blob );
param.Value = blobData;

Options: ReplyQuote


Subject
Views
Written By
Posted
4333
December 04, 2010 10:34PM
Re: Is saving blob data concerned with charset?
1656
December 19, 2010 06:16AM


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.