when insert persian character in oracle db i see the question mark

后端 未结 2 1557
野性不改
野性不改 2020-12-03 20:18

I use the oracle with c#, i insert embedded in c# code , and my column(NVARCHAR2) and use N \'string\'. when insert in my machine that\'s correct and OK, but when run my app

2条回答
  •  不知归路
    2020-12-03 21:16

    in system variable enviroment I add NLS_LANG=AMERICAN_AMERICA.US8PC437 and my problem it's correct!

提交回复
热议问题