Le Lundi 25 F�vrier 2002 09:29, Dave Page a �crit :
> Presumably we should do this in SQL (I don't think you can do it in the
> ODBC connect string can you?). Have you tried in pgAdmin:
>
> SET CLIENT_ENCODING Latin1;
> INSERT INTO table_foo (field_bar) VALUES ('�'); SELECT field_bar FROM
> table_foo WHERE field_bar='�';I just tried it, it works !!! Apache + Php display the '�'. Victory !
