Hi,
i have DB2 8.1.5 running under AIX 5.1.5 with utf-8 codepage collating using system
as far as i know, the DB engine should store the data according to UTF-8 codepage, but using ASP web application with windows-1256 codepage, data is stored into tables using 1256 codepage !
on the other hand, trying to read same data using PHP web application using unixODBC DSN, it fails to read 1256 codepage from DataBase
is there any parameter to set in db2 / CLI configuration file that handle this ?
or
is there any parameter in ODBC DSN related to codepage ?
thnaks