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: Triggers/sequences or interface code

Re: Triggers/sequences or interface code

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Fri, 26 Apr 2002 19:49:08 GMT
Message-ID: <3CC9AF33.80AEE7E9@exesolutions.com>


"J. Harris" wrote:

> For incrementing PK or unique ids what is the "recommended" method for
> achieving the best result: using triggers on insert events or manually doing
> it at the interface level (i.e., using vba with access, or using coldfusion,
> etc).
>
> John Harris
> University of Utah

SEQUENCE with BEFORE INSERT ROW LEVEL trigger.

Daniel Morgan Received on Fri Apr 26 2002 - 14:49:08 CDT

Original text of this message

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