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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Returning Sequence Numbers In VB

Re: Returning Sequence Numbers In VB

From: Ben Ralph <ben_at_ralph.demon.co.uk>
Date: Tue, 9 Jan 2001 20:29:02 -0000
Message-ID: <979073676.26240.0.nnrp-01.c2de4ac6@news.demon.co.uk>

Yes I am using 8i. I put a returning line in my SQL string but VB didn't pick up the return value. Do you have an example of the code? If it makes a difference I'm using ADO.

"Mark Wagoner" <mwagoner_at_iac.net> wrote in message news:93f63m$v5t$1_at_genma.iac.net...
If you are using 8i, you could also use INSERT INTO ... RETURNING ... with a bind variable to get the value back.

"Sybrand Bakker" <postbus_at_sybrandb.demon.nl> wrote in message news:93d6s1$9po6u$1_at_ID-62141.news.dfncis.de...
> Wrap the call to the sequence in a stored procedure and call the stored
> procedure before insert of the record, or better still : leave the
 sequence
> generation to an Oracle before insert trigger.
>
> Hth,
>
> Sybrand Bakker, Oracle DBA
>
> "Ben Ralph" <ben_at_ralph.demon.co.uk> wrote in message
> news:978982105.18343.0.nnrp-10.c2de4ac6_at_news.demon.co.uk...
> > When writing a new record to an Oracle table how can I have the sequence
> > number returned to my VB app.
> >
> > --
> > Ben Ralph
> > MCP
> >
> >
>
>
Received on Tue Jan 09 2001 - 14:29:02 CST

Original text of this message

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