4 messages in com.mysql.lists.win32RE: MySQL ODBC 3.51.02 & Unicode data
FromSent OnAttachments
C. Adrian Silasi11 May 2002 16:02 
Venu11 May 2002 22:03 
Pete French13 May 2002 02:41 
Venu13 May 2002 08:22 
Subject:RE: MySQL ODBC 3.51.02 & Unicode data
From:Venu (ve@mysql.com)
Date:05/13/2002 08:22:14 AM
List:com.mysql.lists.win32

Hi,

MySQL doesn't yet support the Unicode features directly, and it is supported in full feldged way in its 4.1 version.

This is great interest to me. Currently we are using Unicode in mySQL too, but our soplution is to store everything in UTF-8 in the database, using either text or blob for large fileds. This seems to work fine. Is this still goihng to work fine when we get full Unicode support in 4.1, and is there some better way of doing this that I dont know about ?

Backward compatibility is always there.