Below is the link
which has the code to connect to a MySQL datbase from a Windows application. It works fine in Windows XP. So I have created a setup file and installed in Ubuntu using Wine.
The issue is with the data not getting popped up in the datagridview of the application.
Extra information:
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)
Screenshot 1: In Windows it looks like this:
But in Ubuntu Linux(8.04) it doesn't show up and looks like below.