----- Original Message -----
From: "Thomas Steinmaurer" <thomas.steinmaurer@...>
To: <ib-support@yahoogroups.com>
Sent: Wednesday, June 13, 2001 10:16 AM
Subject: RE: [ib-support] ato increment / IDENTITY
> generators store unique numbers database wide. Each time you call
> GEN_ID(generator, 1) your generator is increased by 1. But be aware that
> generators are running outside a transaction context and will be therefore
> not decreased when you rollback your transaction.
>