0

我有一个关于 refcursor 的问题。我在 oracle 存储过程中使用 refcursor 作为 out 参数。我使用游标编写了一个简单的选择查询,并将其作为数据集返回给调用函数。是否可以不使用 refcursor 并填充数据集?

4

1 回答 1

0

You can write the query directly in .NET and send it to the database. Just set command property "CommandType" accordingly.

于 2014-02-04T06:42:50.463 回答