Re: Extent passing string to database with utf8 encoding results in invalid chars
Posted by: Frankie.ngai
Date: March 16, 2005 09:36PM

which character set did you assign in monkey_name column?
if you assign utf8, you can try this statement below.

string sql="insert into tbl_monkey(monkey_name) values(convert('รค' using utf8))";

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Extent passing string to database with utf8 encoding results in invalid chars
2933
March 16, 2005 09:36PM
2735
March 23, 2005 08:47AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.