Subject | Re: generator of generators |
---|---|
Author | duilio_fos <irel_llc@libero.it> |
Post date | 2003-03-03T23:12:31Z |
Alexander
that's exactly my problem
GEN_1..GEN_100
in the database.
When a new company is created, it will be identified by an increasing
number I (provided by a different generator).
The client application will know the company ID and use directly
GEN_I to identify records.
I will have to create more generators, say
GEN_101..GEN_200
when the number of registered companies goes dangerously close to
100, which is unlike.
I will look into it
thought to use a generator that way.
Thank you
Duilio
>no strong requirements for absence of holes andjust for psychological comfort
>security, but users wanted different successions for departments
that's exactly my problem
>I could'nt solve it without performance degradationmy idea is to create 100 generators - named
GEN_1..GEN_100
in the database.
When a new company is created, it will be identified by an increasing
number I (provided by a different generator).
The client application will know the company ID and use directly
GEN_I to identify records.
I will have to create more generators, say
GEN_101..GEN_200
when the number of registered companies goes dangerously close to
100, which is unlike.
> Seems new Execute Statement feature of FB1.5 is what you aresearching
I will look into it
>But neverthelles it can't beI repeated it so many times, I will repeat it once more: I never
>used for Auditable Series of Numbers because of
>transaction-independent nature of generators - they can't be rolled
>back with transaction.
thought to use a generator that way.
Thank you
Duilio