Subject | Re: [firebird-support] Re: Problem extracting check constraints in FB 2.1.3 |
---|---|
Author | Milan Babuskov |
Post date | 2009-12-21T20:38:24Z |
jegazarco wrote:
some system tables by hand?
CHECK constraints are maintained by triggers but those should not be
extracted as part of metadata script.
Try extracting metadata with FlameRobin or some other tool and see if
there is a difference.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
>Looks like a bug in your database structure (or isql). Did you modify
> --- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
>> jegazarco wrote:
>>> CREATE TRIGGER CHECK_21 FOR TAR_GRUPO
>>> ACTIVE BEFORE UPDATE POSITION 0
>>> check (( IDTARIFA <> 0 ))^
>> Which tool did you use to extract metadata?
>>
> I have used isql command line tool that comes with fb 2.1.3.
some system tables by hand?
CHECK constraints are maintained by triggers but those should not be
extracted as part of metadata script.
Try extracting metadata with FlameRobin or some other tool and see if
there is a difference.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================