I've to use CakePhp with ingres.
The problem is that I've to use UTF-8 in the website and the database is provided in ISO-8859-1.
So my question is, how to manage this charset problem?
On MySql I know I can run a "SET NAMES UTF-8" request on the database, but I can't find how to do this with ingres?
Thank you very much!