Subject Re: Use generators instead of a next ID table.
Author Jonas Olofsson
> 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
>

The application does not depend on contingnous numbering, just unique IDs.

Cheers

Jonas