Re: How to Insert Chinese into Mysql database with ASP
Posted by: Chetan Patel
Date: September 19, 2005 02:13PM

HI
I did

mysql> SHOW CREATE TABLE test.table2;
+--------+----------------------------------------------------------------------
---------------------------------------------------------------------------+
| Table | Create Table
|
+--------+----------------------------------------------------------------------
---------------------------------------------------------------------------+
| table2 | CREATE TABLE `table2` (
`column1` varchar(255) character set utf8 collate utf8_unicode_ci default NULL

) ENGINE=MyISAM DEFAULT CHARSET=latin1 |
+--------+----------------------------------------------------------------------
---------------------------------------------------------------------------+

When i entered chinese character and retrieve it display ?????????????

what is wrong?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to Insert Chinese into Mysql database with ASP
2906
September 19, 2005 02:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.