Hi,
I am trying to get data from udb in utf-8 format in my c/c++ application.
Background:
using udb sql api's to query tablespace data etc
using odbc to connect to database
I have set DB2CODEPAGE=1208 before any udbc calls when I try to change sqlconnect to sqlconnectW it fails. My data is not multibyte...
Any ideas
M