RE: Inserting data into table1 should insert data into table2's FK ???

2003-11-26 Thread Daevid Vincent
ED] > Subject: Re: Inserting data into table1 should insert data > into table2's FK ??? > > "Paul Fine" <[EMAIL PROTECTED]> wrote: > > > > If I have two tables with the first table containing a > field which is FK of > > table 2, when I inse

Re: Inserting data into table1 should insert data into table2's FK ???

2003-11-26 Thread Egor Egorov
"Paul Fine" <[EMAIL PROTECTED]> wrote: > > If I have two tables with the first table containing a field which is FK of > table 2, when I insert a value into this field, should it not automagically > insert a value into that PK in the second table? > No, it should not insert data in the child tab

Inserting data into table1 should insert data into table2's FK ???

2003-11-25 Thread Paul Fine
Du If I have two tables with the first table containing a field which is FK of table 2, when I insert a value into this field, should it not automagically insert a value into that PK in the second table? Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/m