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
4761
May 13, 2013 02:27AM
1866
May 13, 2013 09:16PM
1819
May 14, 2013 09:07PM
1701
May 15, 2013 08:03PM
1659
May 16, 2013 01:48AM
2127
May 16, 2013 09:02PM
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.