开发者

Calling a PL/SQL function that returns a {Table}%ROWTYPE from C#

I am using the Oracle Data Provider. I am having trouble calling开发者_Python百科 a function that returns a record type defined as TABLE_NAME%ROWTYPE. How do you do this from C#


ODP.net does not work with the record type. You could return a refcursor to your record and then access it from there.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜