Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DBMS_OUTPUT.PUT_LINE

DBMS_OUTPUT.PUT_LINE

From: Magnus S. Petersen <advlaw_at_post.olivant.fo>
Date: 1998/03/09
Message-ID: <6e19gb$lia$1@news.uni-c.dk>#1/1

Working with Delphi3 C/S and Personal Oracle. How can i retreive in Delphi from say a stored procedure the text from DBMS_OUTPUT.Put_line.

I have a procedure with the following
EXCEPTION
WHEN NO_DATA_FOUND
THEN
        DBMS_OUTPUT.PUT_LINE('A text of some kind');

I want to acces this in Delphi, but cannot find out how to do it. Can anyone assist ?
Regards
Magnus Received on Mon Mar 09 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US