mysql_query and embarcadero c++
Posted by: tawab zawiti
Date: April 05, 2013 06:30AM

Hello,
I use MySQL C API with Embacadero c++ without any problems.
But when I try to send any wide character (UNICODE) like Arabic symbols, appears as not readable characters in MySQL database. because the SQL string that I send it by mysql_query function must be (const char *) and not (const wchar_t *).

thanks for any helps.

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql_query and embarcadero c++
4586
April 05, 2013 06:30AM
1751
April 06, 2013 11:53AM


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.