Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie: Primary key assignment
>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
![]() |
![]() |