Re: My Unicode Woes - Plz Help!!!

2004-04-23 Thread Stormblade
On Thu, 22 Apr 2004 22:30:32 -0700, Dathan Vance Pattishall wrote: > 4.0.18 does not support Unicode. The JDBC driver tries to set the UNICODE > charset but can't because this mysql version cannot store Unicode data as a If it's not storing the unicode as a charset do you have any idea what it's

RE: My Unicode Woes - Plz Help!!!

2004-04-22 Thread Dathan Vance Pattishall
4.0.18 does not support Unicode. The JDBC driver tries to set the UNICODE charset but can't because this mysql version cannot store Unicode data as a charset. If you used 4.1.1, which is alpha it supports the charset and correlations. My suggestion is this. Store the blobs on NAS as UNICODE text.