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
