本文介绍了无法加载DLL'OraOps10.dll'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用下面的代码打开连接
I am tring to open connection using below code
OracleConnection con = new OracleConnection(ConString);
con.Open();
和Oracle 11 G客户端已安装在我的机器上,但仍然给出了上述错误。
oracle是不兼容后备词的。
是否有任何人对此有任何解决方案。该怎么做。
and Oracle 11 G client already installed on my machine but still its giving above error.
Is oracle is not backword compatible.
Is any one one have any solution for this.What to do exactly.
推荐答案
这篇关于无法加载DLL'OraOps10.dll'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!