本文介绍了OleDb存储过程调用问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,


我正在试图弄清楚如何编写一个C#程序来添加参数'''A"和B并返回C在以下代码中:


我在commnd.ExecuteNonQuery()时收到错误;声明如下。错误说明:


X2提供程序错误:< ExecuteHelper失败>

X2提供程序错误:<内部错误:无法获取IProc接口>


根据开发人员的说法,提供商与ADO.Net合作。


这是我到目前为止的代码:



I am trying to figure out how to write a C# program to add parameter''s "A" and "B" and return "C" in the following code:

I get an error at the commnd.ExecuteNonQuery(); statement below. The error states:

X2 Provider Error: <ExecuteHelper Failed>
X2 Provider Error: <Internal Error: Failed to get the IProc Interface>

The provider works with ADO.Net according to the developer.

Here''s the code I have so far:

展开 | 选择 | Wrap | 行号

推荐答案

展开 | 选择 | Wrap | 行号




这篇关于OleDb存储过程调用问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 17:59