Subject Re: [firebird-support] Use generators instead of a next ID table.
Author Elmar Haneke
> The old applications used a table for getting the next id for other
> tables i.e

You should not change it if your application depends on contingnous
numbering uf ID's. The change of an Generator is not undone on
Transaction Rollback.

Elmar