以下是链接
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)中,它没有显示,如下图所示.
最佳答案