Hello, do you use the connet property "unicode=yes"? You can set these property within the connect URL or as property of the com.sap.dbtech.jdbcext.ConnecttionPoolDataSourceSapDB. Details about the connect properties can you find at: http://www.sapdb.org/7.4/jdbcSapdbcEng.html#Connect_Properties
The package com.sap.dbtech.jdbcext implements the javax.sql interface and the package com.sap.dbtech.powertoys can be used to administrate the database. Unfortunately, there isn't any documention available for these two packages . But the sources contains javadoc comments. Regards, Marco ---------------------------------------------- Marco PASKAMP SAP Labs Berlin > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 9. Oktober 2003 07:51 > To: [EMAIL PROTECTED] > Subject: a encoding problem about JDBC > > > Hi! I'm working on resin+SAPDB+windows2000 now. > and when I use com.sap.dbtech.jdbc.DriverSapDB ,everything is > OK,but if > I use > com.sap.dbtech.jdbcext.ConnecttionPoolDataSourceSapDB, the > system can't > handle Chinese JSP page . > say if I insert a record into SAPDB, the Chinese word will become a > string "?????". > but I have set the database to UNICODE. > > BTW: is there any document to instruct the use of JDBC class ,say > Powertoys,jdbcext etc? > > zhouquan(周权) > Dept. of Asset/Liability Management > phone:86-10-66593938 > Mail:[EMAIL PROTECTED] > > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
