Dao, Trien (STP) <trien....@bsci.com> wrote:
>> I have two tables - header and detail tables - that are a master
>> -detail type setup, with header ID item is the FK to rowID in the
>> detail table.  Deleting a record in the header table, would that
>> also delete the records in the detail table?

Not automatically, but you can create a trigger to achieve that.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to