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 -> Re: DBMS_OUTPUT.PUT_LINE

Re: DBMS_OUTPUT.PUT_LINE

From: Ruslan Shevchenko <Ruslan_at_Shevchenko.kiev.ua>
Date: 1998/03/14
Message-ID: <350AB467.C0C96022@Shevchenko.kiev.ua>#1/1

Magnus S. Petersen wrote:

> 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 ?

You need not in DBMS.PUT_LINE, but in RAISE_APPLICATION_ERROR (I don't shure is this name is correct , look in manual)

for DBMS_OUTPUT.PUT_LINE, I guess, you must use direct OCI calls.

> Regards
> Magnus

--

    @=
     //RSSH                              mailto:Ruslan_at_Shevchenko.Kiev.UA
Received on Sat Mar 14 1998 - 00:00:00 CST

Original text of this message

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