hi recently i met a problem about Chinese transaction. it seems that the jdbc_odbc bridge does nt support Chinese well.the problem is as followed: if the sql statement includes some Chinese it will not be executed correctly. for example: ...... Statement statmt = con.createStatement(); String sql="select * from users where name='¬'" statmt.execute(sql) here the name only includes one Chinese word. it will run ok but the next will not run ok String sql="select * from users where name='С¬'" statmt.execute(sql) here the name includes two Chinese word. it will not run ok why? how to solve this problem regard mylu_dream ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
