Subject | Re: [Firebird-Java] Re: How to turn referential integrity checking off |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-30T06:19:44Z |
> Does it mean that there is still no way to do that? Really no way? :(No easy way. A hard way it to drop them and then create them again.
>> Foreign keys are exceeding valuable semantic informationgbak has a switch that allows to restore database without validity checks.
>> about a database, but ...
>> sometimes it is catastrophic, as when a restore discovers
>> a violation.
>
> That's my case, and it may well prove catastrophic...
In your case, your application should do something similar...
>> Triggers, from the afternoon when I created them,ALTER TRIGGER <name> INACTIVE
>> have had the ability to be marked inactive.
>
> How can you disable triggers, by the way?
Roman