开发者

How do I retrieve Oracle DBMS_Output from a vb.net application

I'm working on a vb.net application that executes an Oracle stored procedure. The stored procedure displays a value using dbms_output.put_line. How do I retrieve that value from the ora开发者_如何学运维cle database into my vb.net code?


Provided the code executes in the same database session you can use DBMS_OUTPUT.GET_LINE (or GET_LINES). If it doesn't then you can't access it.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜