Re: AW: Setting foreign key column as null

2007-01-10 Thread Shilpa Kulkarni
strict about foreign key constraints. So, your DB server may not let you set the FK column to NULL. -Original Message- From: Shilpa Kulkarni [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 4:10 PM To: Apache Torque Users List Subject: Re: AW: Setting foreign key column

Re: AW: Setting foreign key column as null

2007-01-09 Thread Shilpa Kulkarni
, you cannot set this for a single table. Just for all. bye Thoralf -Ursprüngliche Nachricht- Von: Shilpa Kulkarni [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. Januar 2007 01:21 An: Apache Torque Users List Betreff: Setting foreign key column as null I am having trouble

Setting foreign key column as null

2007-01-08 Thread Shilpa Kulkarni
I am having trouble setting a foreign key value to null. Parts of my torque schema file are below. table_2.parent_asset_id has a foreign key constraint defined on it it must be either null or one of the table_1.asset_id column values. table name=table_1 idMethod=native column