What datatype is spec.DELNOTE?
> -----Original Message-----
> From: Barry Zubel [mailto:barry@stripped]
> Sent: Thursday, October 28, 2004 9:53 AM
> To: dotnet@stripped
> Subject: RE: Only byte arrays can be serialized by MySqlBinary
>
> Ok, appears to be the conversion of the mediumtext field (NOTES in our
> database) from a string value.
>
> In MySqlBinary.cs, around line 61:
>
> byte[] buff = (ourValue as System.Byte[]);
>
> Looks like casting ourValue to a System.Byte[] isn't working as (I)
> expected.
>
> Delving further.....
>
> B.
>
>
> --
> MySQL on .NET Mailing List
> For list archives: http://lists.mysql.com/dotnet
> To unsubscribe: http://lists.mysql.com/dotnet?unsub=1