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: Newbie: Primary key assignment

Re: Newbie: Primary key assignment

From: SKurosky <skurosky_at_aol.com>
Date: 11 Feb 2000 18:53:07 GMT
Message-ID: <20000211135307.01535.00000620@ng-fp1.aol.com>


>STEPHAN WROTE:

>I am using Forms 5 and Oracle7.
>
>I wonder where I should handle the "primary key" assignment for my tables,
>in the server (database insert row trigger) OR in my forms (pre-insert
>trigger) ?
>
>What happens when both triggers exist?
>
>Thanks
>Stephan
>
>
>Stephan

What do you mean by "handle". Have you created a sequence to generate your primary keys. The primary key should be identified at table creation with the primary key constraint, or with an alter table..? Can you be a little more specific?
Sandy

>
>
>
>
>
>
>
>
Received on Fri Feb 11 2000 - 12:53:07 CST

Original text of this message

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