Save chinese characters from ASP.net I get ???????
Posted by: Helen Zhao
Date: July 28, 2005 06:46AM

I use ASP.net webform enter Chinese characters, it is OK. pass the SQL insert statement that contains Chinese characters from ASP.net to VB class, it is OK. Execute the statement from VB class I get ???. Execute the same statement from MySQL query Browser - everything is ok and it stores good data. I added charset=utf8 to connection string.

show variables like 'char%';

character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_server utf8

Also added init_connect='SET NAMES utf8' to my.ini

But I cann't solve the problem. Can anyone helps me?

Options: ReplyQuote


Subject
Views
Written By
Posted
Save chinese characters from ASP.net I get ???????
5229
July 28, 2005 06:46AM


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.