"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 table. You should insert data manually. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]