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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -