Le Lundi 25 Février 2002 09:29, Dave Page a écrit :
> SET CLIENT_ENCODING Latin1;
> INSERT INTO table_foo (field_bar) VALUES ('é'); SELECT field_bar FROM
> table_foo WHERE field_bar='é';
In case of an UTF-8 database,
- schema queries should always be sent in Latin1.
- SQL highlightbox should allow to choose client encoding on the fly in a
combo.
How do we query current client encoding?
Cheers,
Jean-Michel