Re: problem with Chinese

Поиск
Список
Период
Сортировка
От root
Тема Re: problem with Chinese
Дата
Msg-id 3BCEF7C2.8070706@263.net
обсуждение исходный текст
Ответ на problem with Chinese  (root <malix@263.net>)
Список 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 по дате отправления:

Предыдущее
От: "Max Larsson"
Дата:
Сообщение: Retrieving Large object
Следующее
От: Gunnar Rønning
Дата:
Сообщение: Re: [PATCHES] Ant configuration