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.
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.