Subject | Re: [firebird-support] Sequential auto incremental numbering |
---|---|
Author | Gabor Boros |
Post date | 2018-09-05T14:07:58Z |
2018. 09. 02. 17:03 keltezéssel, 'Christian Giesen' chris@...
[firebird-support] írta:
transaction controlled solution. If you need more than one (and
independent) sequential number just use same table with more records.
A simple example for it:
https://groups.yahoo.com/neo/groups/firebird-support/conversations/messages/128920
Gabor
[firebird-support] írta:
> Good day,I use and suggest a table instead of generator. More flexible and
>
> Using Firebird 3.0.3.
>
> RAD Studio 10.2.2 (Tokyo)
>
> I have a need to generate unique sequential invoice/credit note numbers.
> I fully understand the usage of generators to produce unique identifiers
> in tables. However, according to Firebird documentation the use of
> generators does NOT guarantee sequential numbering.
transaction controlled solution. If you need more than one (and
independent) sequential number just use same table with more records.
A simple example for it:
https://groups.yahoo.com/neo/groups/firebird-support/conversations/messages/128920
Gabor