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;
Subject
Views
Written By
Posted
4333
December 04, 2010 10:34PM
1646
December 16, 2010 02:12AM
1508
December 17, 2010 08:49AM
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.