Re: Can't identify character set and collation used in string comparisons
Posted by: Rick James
Date: July 23, 2013 09:15AM

If there is conversion sending the data _to_ mysqld, you want the corresponding conversion when you get data _from_ mysqld. I see no 'normal' case for having the three character_set_xxx fields be different.

Suggest you set character_set_result back to utf8 after the connector messes it up. Or maybe you can do it on the Connection.

Meanwhile, I suggest it is a bug in MySQL Connector/NET.

(But I learned something. Maybe I can use NULL for debugging, or abnormal cases.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can't identify character set and collation used in string comparisons
1859
July 23, 2013 09:15AM


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.