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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to return variable

Re: How to return variable

From: replace this with _at_ <_at_)xs4all.nl>
Date: Tue, 13 Oct 1998 21:05:32 GMT
Message-ID: <3623829a.2305705@news.xs4all.nl>


Hi,

> 3. ??? I would like to return the v_NextSequence variable to the VB
>client. This is where I can't figure out. ???;

How about:

create or replace procedure TEST (v_NextSequence OUT number) as
etcetera


Received on Tue Oct 13 1998 - 16:05:32 CDT

Original text of this message

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