Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 refcursor 的问题。我在 oracle 存储过程中使用 refcursor 作为 out 参数。我使用游标编写了一个简单的选择查询,并将其作为数据集返回给调用函数。是否可以不使用 refcursor 并填充数据集?
You can write the query directly in .NET and send it to the database. Just set command property "CommandType" accordingly.