Transliteration table not found: IBM1392

Posted by gtkchen on 22-Jul-2015 02:12

hi~

when I use ADO.net to connect DB2 on unix,it throws a exception:

Transliteration table not found: IBM1392

so,how can i get the charmap IBM1392?

thanks!

All Replies

Posted by Avadhoot Kulkarni on 26-Aug-2015 07:05

Hi,

Do you mean you are trying to connect to DB2 running on Unix Platform? OR

You are trying use ADO.NET provider on Unix Client machine?

Posted by Rashmi Gupta on 26-Aug-2015 08:35

The Connect for ADO.NET DB2 Data provider does not support IBM1392. Refer to the User's Guide > D IANA Code Page Mappings for supported code pages.

www.progress.com/.../books-and-readme

You can try to workaround this issue by creating the table with CCSID UNICODE.

To request support for IBM1392 with the Connect for ADO.NET DB2 Data provider, please file an Idea as per knowledgebase.progress.com/.../P11255

Regards,

Rashmi

This thread is closed