ado.net实体数据模型和mysql - UTF8问题
我在 ASP.NET 中使用 ADO.NET 实体数据模型和 MySql。我为我的数据库和表格尝试了许多搭配,但到目前为止,变音符号(波兰语)字符已更改..例如,从 ł 到 l。这是在查询级别(我将所有查询记录到 mysql 服务器级别的文件中)。有什么想法吗?我的连接字符串不包含任何有关字符集的信息,即使应该如何提供它?
I use ADO.NET Entity Data Model in ASP.NET with MySql. I tried many collocation for my databases and tables but so far diacritics (polish) characters are changed.. for example, from ł to l. And this is at query level (I log all query to file on mysql server level). Any ideas? My connection string does not contain any infromation about charset, even if should how to provide it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将表或整个数据库的排序规则更改为 UTF8。
Change the collation of the table or possibly of the entire database to UTF8.