Cannot Connect to MySQL for .NET Applications Deployed in Wine Using Ubuntu

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:

alt text

Ubuntu Linux (8.04) .

alt text

+3
3

33938, Mono Linux, , Windows (1252).

+3

, Wine Mono ? , . , Mono?

0

Source: https://habr.com/ru/post/1722092/


All Articles