question

zbill-4912 avatar image
0 Votes"
zbill-4912 asked JeanineZhang-MSFT commented

C++/MFC Unicode character in recordset parameter value

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)

c++
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@zbill-4912

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


0 Votes 0 ·

0 Answers