How to store unicode in MySQL? -


how store unicode in free edition of mysql?

there doesn't seem nvarchar type in sql server. unicode not supported in mysql? tried using text not working.

you need choose utf8_* character set table. text , memo fields automatically stored in utf-8. support utf-16 coming in mysql 6.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

Customizing UserCreationForm for email address as username in Django 1.2 -

c++ - How do I get a multi line tooltip in MFC -