gpt4 book ai didi

c# - 显示希伯来语语言 sqlplus

转载 作者:太空宇宙 更新时间:2023-11-03 10:36:30 24 4
gpt4 key购买 nike

I am trying with oracle database to Insert and select Hebrew letters and it not working well.

I tried

Insert into mytable values ('היי');

and the result is ??? and not היי

can someone help me with that

编辑:

现在,在我向 DBA 询问希伯来语选项后,我可以从 sqlplus 中用希伯来语编写

但现在从我的项目中它仍然写 ???

我的代码是

OleDbConnection conn = Connect();
conn.Open();
OleDbCommand com = new OleDbCommand("Insert into mytable values ('היי')", conn);
com.ExecuteNonQuery();

结果还是???

最佳答案

您的数据库字符集必须支持 unicode 字符才能存储非 ascii 字符。此设置由 DBA 在创建数据库时定义,这意味着您的 DBA 很可能需要从头开始重新创建数据库。如果开发人员已经在使用该数据库,或者如果该数据库正在生产中,则这不是一个简单的选择。这些组织通常将其视为一个项目。

关于c# - 显示希伯来语语言 sqlplus,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27534386/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com