![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any way to reach the content of the DBMS_OUTPUT buffer after calling an Oracle stored procedure from ASP/ADO? |
#3
| |||
| |||
|
|
"Agoston Bejo" <gusz1 (AT) freemail (DOT) hu> wrote in message news:cimlbo$un2$1 (AT) news (DOT) caesar.elte.hu... | Is there any way to reach the content of the DBMS_OUTPUT buffer after | calling an Oracle stored procedure from ASP/ADO? | | you'll need to make appropriate DBMS_OUTPUT procedure calls both before and after calling the stored procedure complete information is available in PL/SQL Packages and Types Reference (10g -- previously called the Supplied PL/SQL Packages and Types Reference) -- available at http://tahiti.oracle.com specifically, you'll want to look at: DBMS_OUTPUT.ENABLE DBMS_OUTPUT.GET_LINE DBMS_OUTPUT.GET_LINES ++ mcs |
![]() |
| Thread Tools | |
| Display Modes | |
| |