Re: Integrity checking question

From: janet <janet_at_telesph.com>
Date: 1997/01/07
Message-ID: <32D261A8.6CAC_at_telesph.com>#1/1


i haven't tried this, but you may look along the lines of six database triggers:  

on-insert table7 - insert into table 6 on-insert table6 - insert into table 5 ...
on-insert table2 - insert into table 1

any thoughts anyone?

HTH
janet

Keith Shave wrote:
>
> I have a set of seven tables, called table1 .. table7. Table1
> is the highest level table. If there is something to be put into table2,
> then something will have to be inserted into table1 as well. Likewise, if
> something is to be inserted into table5, then something has to be inserted
> into table1 through table4 as well. What would be a smart way to
> implement this?
Received on Tue Jan 07 1997 - 00:00:00 CET

Original text of this message