When using Zeos Database Objects you can encounter some problems about charset. The main charset problem will be that you’re using a charset different than latin1. In this case you can get some errors while showing or fetching data from mySQL.
We have a simple solution :
Go to your Zconnection’s Properties tag, write a string line according to your myQL database’s charset like this :
codepage=latin3
Entries (RSS)