laailalalaa
01-05-2010, 01:32 AM
hello,
i have table1(id1 PK) and table2(id2PK, a1, a2)
i want a1 and a2 to be foreign keys for id1 (with cascade on update & delete). making a1 foreign key works fine. when trying to make a2 foreign key as well, a 3rd table (table2_1) appears in the relationships window (but not in the db).
what does this behaviour mean?
thanks
i have table1(id1 PK) and table2(id2PK, a1, a2)
i want a1 and a2 to be foreign keys for id1 (with cascade on update & delete). making a1 foreign key works fine. when trying to make a2 foreign key as well, a 3rd table (table2_1) appears in the relationships window (but not in the db).
what does this behaviour mean?
thanks