Re: problem with Chinese - Mailing list pgsql-jdbc

From root
Subject Re: problem with Chinese
Date
Msg-id 3BCEF7C2.8070706@263.net
Whole thread Raw
In response to problem with Chinese  (root <malix@263.net>)
List pgsql-jdbc
Hi all,
I am sorry , I have got the solution.
I should write it so:
�� ������������Class.forName("org.postgresql.Driver");
�� ������������Properties info=new Properties();
�� ������������info.put("user","postgres");
�� ������������info.put("password","");
�� ������������info.put("charSet","GBK");
�� ������������Connection dbconn=DriverManager.getConnection(
�� ��������������������"jdbc:postgresql:redauto",info);
�� ������������Statement st = dbconn.createStatement();
�� ������������String str_sql="SELECT * FROM customer where cname='"+t1+"'";
�� ������������System.out.println(str_sql);
�� ������������ResultSet rs = st.executeQuery(str_sql);

then all Chinese query critery is in order.

but the make error still harass me. if anyone can help me?

>
>
>
>
> I am shade to have disturbed you.
> you are kind for me if you can give any sugestion.
> Thanks very much.
>
> malix
> shanghai china
>



pgsql-jdbc by date:

Previous
From: "Max Larsson"
Date:
Subject: Retrieving Large object
Next
From: Gunnar Rønning
Date:
Subject: Re: [PATCHES] Ant configuration