Subject | Re: [ib-support] Constraints |
---|---|
Author | Ann W. Harrison |
Post date | 2001-06-19T14:02:06Z |
At 08:13 AM 6/19/2001 +0000, jvanderreest@... wrote:
Define the triggers after you have the data loaded.
Regards,
Ann
www.ibphoenix.com
We have answers.
>...We haveI'd suggest using triggers rather than foreign key constraints.
>existing data that violates the constraints we wish to put in place.
>Primarily we would like to create 'Foreign Keys' on specific columns
>to ensure that any NEW data entered is 'valid' but any existing data
>is ignored for historical reasons.
Define the triggers after you have the data loaded.
> MS-SQL Server provides the keyNo, though there might be something in Firebird sooner or later.
>words 'NO CHECK' when declaring constraints, which allows current
>data to be ignored when porting from another database engine. Is
>something similar available in interbase?
Regards,
Ann
www.ibphoenix.com
We have answers.