Unicode and binary fields

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Guest

Unicode and binary fields

Post by Guest » Wed 01 Feb 2006 23:14

I have a varbinary(16) field, when I try to read this field with Unicode turned on, I lose every byte that has ms bit set. If I turn off Unicode, everything works fine. It looks like Unicode translation is occurring even though this is a binary field, not a char field.
Ian

Serious

Post by Serious » Thu 02 Feb 2006 12:39

We have fixed this problem for the MySQLDirect .NET.
Look forward for the next build.

Post Reply