Subject Re: [ib-support] database corruption after some number of changes
Author Ann W. Harrison
At 11:20 AM 2/6/2003 +0000, tjeyus <tjeyus@...> wrote:
>Does Firebird databes corrupts after some number of changes in
>database / table structure.

No. Each table has a version counter which is one byte long,
so when a table updated 255 times, you must backup and restore
the database. Changes to other objects are not a problem.

>Because I'v used in my
>program generators that need to be set up to 1 every time procedure
>run. Will this corrupt database?

No, it shouldn't, though I would worry about what happens when
the same procedure is run by several different concurrent transactions.


Regards,


Ann