mysql can not to insert unicode16 uncommon word
Posted by: mzy ma
Date: May 13, 2013 02:27AM

connect with ODBC “DRIVER={MySQL ODBC 5.2w Driver};SERVER=%s;PORT=%d;DATABASE=%s;UID=%s;PASSWORD=%s;OPTION=3;”
szSQL.Format(_T("INSERT INTO test")
_T("(Name)")
_T("VALUES('%s')"), _T("𢈢"));
m_Conn.pConn->Execute((_bstr_t)szSQL, &RecordsAffected, adCmdText);


The program does not return,This problem has troubled me for a long time,Who can help me answer this question thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql can not to insert unicode16 uncommon word
4452
May 13, 2013 02:27AM


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.