Page 1 of 1

how us diffrent charset with data adapter

Posted: Wed 01 Jun 2005 19:15
by krasimir
i have database in cp1251

colation is cp1251_bulgarian_ci
when run "set names cp1251" is OK
but string is in ut8
how change charset ?

Posted: Thu 02 Jun 2005 09:25
by Serious
You can change charset with MySqlConnection.Unicode property.