-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01-Jul-2002/18:53 -0500, Chad Skinner <[EMAIL PROTECTED]> wrote:
>I am trying to create a database that has a many-to-many relationship. We
>can build the tables without any problems, but I am trying to find out if
>it
>is possible to cascade delet
Hello Chad,
Monday, July 1, 2002, 7:53:41 PM, you textually orated:
CS> I am trying to create a database that has a many-to-many relationship. We
CS> can build the tables without any problems, but I am trying to find out if it
CS> is possible to cascade delete the items in the related fields.
C
I am trying to create a database that has a many-to-many relationship. We
can build the tables without any problems, but I am trying to find out if it
is possible to cascade delete the items in the related fields.
Tables:
a - column_1 (Primary Key)
b - column_2 (Primary Key)
c - fk_a_column_1 (F