User558783729 posted
Hello.
I want to connect to MySql database.
In the properties of the database through SQL Manager I see the
database is coded character set latin1 (ISO 8859-1 West European). At the time
when the sql to execute commands remotely via EMS i no get the polish world.
Now i want to only read some data from myssql using MySql connector:
<add assembly="MySql.Data, Version=6.1.2.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/>
How to get polish worlds from mySql database in C# Visual Studio web project on aspx page ?