RE: [GENERAL] Re:Foreign Keys

1998-09-21 Thread Jackson, DeJuan
> Hi, > I've managed to hack the code for check_primary_key. It now allows for > a > option > [automatic|dependent]. It'll automatically insert into the parent > table > if the primary key doesn't exists in the parent table and if the > option > is "automatic". It works the same as before if the o

[GENERAL] Re:Foreign Keys

1998-09-18 Thread Anand Surelia
Hi, I've managed to hack the code for check_primary_key. It now allows for a option [automatic|dependent]. It'll automatically insert into the parent table if the primary key doesn't exists in the parent table and if the option is "automatic". It works the same as before if the option is "dependen