开发者

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

开发者 https://www.devze.com 2023-01-03 09:54 出处:网络
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

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

精彩评论

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