[JDBC] complementarity for my JDBC Problem

2001-10-18 Thread root
Hi, I have forgoten, when use jdbc-7.0-1.1/1,2 it's ok for Chinese query. Thanks malix ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

[JDBC] problem with Chinese

2001-10-18 Thread root
Hi, I have downloaded binary JDBC Driver from both postgresql.org and jdbc.postgresql it's version is jdbc7.1-1.2/jdbc7.1-1.1. It always give a message like this Exception in thread "main" java.sql.SQLException: ERROR:ŸßUnterminated quoted string    ŸßŸßat org.postgresql.Connection.ExecS

Re: [JDBC] problem with Chinese

2001-10-19 Thread root
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","