"Character set 'latin1' is not supported"
Posted by: Jesse Castleberry
Date: July 23, 2009 05:32AM

Every once in a while, I'll get the error, "Character set 'latin1' is not supported" when it tries to execute a .Open(). Here is my code:

OpenConn = New MySqlConnection("uid=MyUN;password=MyPassword;Server=127.0.0.1;port=3306;Database=MyDB;")
OpenConn.Open()

When it executes OpenConn.Open(), I sometimes get the above error. I'm using the .net connector in an ASP.Net 2.5 app. I don't know what version the .net connector is, but it should be pretty recent, because this is a brand new server, and I downloaded and installed the connector on the server just a few weeks ago.

Any ideas?

Thanks,
Jesse

Options: ReplyQuote


Subject
Written By
Posted
"Character set 'latin1' is not supported"
July 23, 2009 05:32AM


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.