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!
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?
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