Subject | Re: [firebird-support] Re: other firebord stability problem : internal gds software consistency check |
---|---|
Author | Vlad Khorsun |
Post date | 2009-05-07T08:22:10Z |
>You have 2 options :
> BUT
> i forcibly use of option of fb2.1 temp table ,domain in sp then can not downgrade to 2.0.5 !
a) wait for v2.1.3 release or download and use snapshot build :
http://www.firebirdsql.org/index.php?op=files&id=snapshots
b) find "problem" table and made dumb update of it to force all
records to be in current format. I.e. run
UPDATE <table> SET <any_field> = <ANY_field>
Regards,
Vlad