↧
Access Unicode values
Hi, Define your variable as type SQLWCHAR (a 16 bit type), and bind the column as a SQL_C_WCHAR. That should return you your unicode data.
View ArticleAccess Unicode values
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...
View Article