firebirdsql wrote: > Firebird uses triggers to enforce check constraints, is it possible to just > directly disable the sys triggers instead?
I seem to recall doing it with Firebird 1.x, but now when I try: alter trigger check_246 INACTIVE it says: Triggers created automatically cannot be modified Looks like you'll have to drop the constraint. -- Milan Babuskov ================================== The easiest way to import XML, CSV and textual files into Firebird: http://www.guacosoft.com/xmlwizard ==================================
