Hebrew text data from AS400 shown backwards When downloading data using SSIS

扶醉桌前 提交于 2019-12-11 11:29:55

问题


I have SSIS package that downloading data from table in AS400 server to table in MSSQL, I'm using IBM AS/400 Client Access Express driver to access the as400, but data that contains Hebrew text just gets downloaded backwardly for example 'דוגמה' ----> 'המגוד' I'm sure it's something wrong with configuration.


回答1:


I've seen this issue before when I was working in Israel. I'm not 100% sure anymore what i did to resolve this, but make sure the default codepage of the package is hebrew



来源:https://stackoverflow.com/questions/6036038/hebrew-text-data-from-as400-shown-backwards-when-downloading-data-using-ssis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!