Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Triggers/sequences or interface code
"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
![]() |
![]() |