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
Subject
Views
Written By
Posted
mysql can not to insert unicode16 uncommon word
4837
May 13, 2013 02:27AM
1887
May 13, 2013 09:16PM
1837
May 14, 2013 09:07PM
1717
May 15, 2013 08:03PM
1681
May 16, 2013 01:48AM
2150
May 16, 2013 09:02PM
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.