Hello,
I am using Postgresql 7.1 on Linux platform (RedHat
7.1).
My database encoding is 'EUC_CN'.
The application is accessing database with PG
JDBC2.0.
I had define a field in a table like:
create table test1 (
id integer default not null,
memo varchar(128)
);
The memo fiel
I suspect that data stored in your database was not EUC_CN. GB2312(or
GBK) is different from EUC_CN. Can you show me the INSERT statement
text in gzipped form to prevent accidental changes while relaying the
mail chanin?
--
Tatsuo Ishii
> Hello,
>
> I am using Postgresql 7.1 on Linux pl