Re: Adapter Update Fails, Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '<=>'
Posted by: Ken Allen
Date: November 10, 2004 05:34PM

Does this also explain why, when using mono under MacOS X, I get the error "System.NotSupportedException: Encoding name `latin1' not supported" from the following lines of code?

string database = "Persist Security Info=False;Server=localhost;Database=MyTestDB;User ID=Ken;Password=Allen";

_Connection = new MySqlConnection(database);

_Connection.Open();

Options: ReplyQuote


Subject
Written By
Posted
Re: Adapter Update Fails, Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '<=>'
November 10, 2004 05:34PM


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.