Re: mysql+jdbc+international character support

2002-04-17 Thread Jan-Michael Ong
Hello, Thank you for your immediate reply. What database version have you used these drivers for? Do you have a preference for either? Thanks again. jm "TAKAHASHI, Tomohiro" wrote: > Hi, > Both gweMySQL and MM.MYSQL support Unicode-Nativecode conversion. > > [gweMySQL Driver] > http

Re: mysql+jdbc+international character support

2002-04-17 Thread TAKAHASHI, Tomohiro
Hi, Both gweMySQL and MM.MYSQL support Unicode-Nativecode conversion. [gweMySQL Driver] http://www.t3-jpn.com/jdbc/jdbcmysql.html i.e. String url = "jdbc:mysql://server:3306/dbname?characterEncoding=EUC_JP"; [MM.MYSQL Driver] http://mmmysql.sourceforge.net/ Jan-Micha