Hi,
Currently, I have a table containing Unicode values for a particular column and I am trying to retrieve them using the SQLBindCol and SQLFetch functions in C/C++. However, I realised that the binding converts the fetched values into C data types(none of them can handle Unicode values). Any idea how I can overcome this problem?
Thanks in advance.
Regards
Melvin