c#-无法使用Ubuntu连接到Wine中部署的.NET应用程序的MySQL

前端之家收集整理的这篇文章主要介绍了c#-无法使用Ubuntu连接到Wine中部署的.NET应用程序的MySQL 前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

以下是链接

How to insert,delete,select,update values in datagridview in C# using MYSQL

它具有从Windows应用程序连接到MysqL数据库代码.在Windows XP中工作正常.因此,我创建了一个安装文件,并使用Wine在Ubuntu中安装了该文件.

问题在于数据没有在应用程序的datagridview中弹出.

额外的信息:

Wine is working fine by which i have installed small desktop application
MysqL with connector,Mono IDE are already installed.

It is even possible for me to create small applications using mono>(excluding database)

  

屏幕截图1:
在Windows中,它看起来像这样:

 

但是在Ubuntu Linux(8.04)中,它没有显示,如下图所示.

最佳答案
这听起来像bug 33938,Linux中的Mono环境似乎不支持Windows的native codepage(1252).

猜你在找的MySQL相关文章