Re: Can not INSERT or UPDATE unicode string through ODBC
Posted by: Alexander Barkov
Date: May 07, 2005 07:26AM

Check variable values:

SHOW VARIABLES LIKE 'character_set%';

I think they are not set to utf8.

Use "SET NAMES utf8" if it is true,

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can not INSERT or UPDATE unicode string through ODBC
2255
May 07, 2005 07:26AM


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.