Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
and try to connect to it, I get the following error :
SQL0332N There is no available conversion for the source code page "1252" to the target code page "UNKNOWN". Reason Code "1". SQLSTATE=57017
Character conversion will not occur for:
A DB2 product or platform that does not support, or that does not have support installed, for the desired combination of code pages. In this case, an SQLCODE -332 (SQLSTATE 57017) is returned when you try to run your application.
Changing the locale to th_TH does not help.The right code pages have to be there. The existing system does not have the right code pages/conversion tables, so conversion cannot take place. The group for thai code page on windows is S-20 and for English-US is S-1. S-1 and S-20 groups cannot work together or conversion is not possible between these two groups.
[If I create a unicode database using codeset UTF-8 it stores thai and english data, since unicode covers all the code pages].
I guess, to create a single-byte thai database, I need a thai OS.
Are there any other alternatives to create a thai database on an english windows box?
thanks