Below is the link
How to insert, delete, select, update values in datagridview in C # using MYSQL
which has code to connect to a MySQL database from a Windows application. It works great on Windows XP. So I created the installation file and installed on Ubuntu using Wine .
The problem is that the data does not appear in the datagridview view of the application.
Additional Information:
The wine works fine, and I installed a small MySql desktop application with a connector, the Mono IDE is already installed.
I can even create small applications using mono> (excluding database)
Screenshot 1: On Windows, it looks like this:

Ubuntu Linux (8.04) .
