I want through creating C++/MFC app , but I have problem with passing a Unicode character in recordset parameter value
in other word how can I pass a unicode character in DOFIELDEXCHANGE parameter (recordset parameterized query)
I want through creating C++/MFC app , but I have problem with passing a Unicode character in recordset parameter value
in other word how can I pass a unicode character in DOFIELDEXCHANGE parameter (recordset parameterized query)
I suggest you could try to Define _UNICODE. And then try to use _T macro.
For more details I suggest you could refer to the Doc: Unicode Programming Summary
7 people are following this question.