ik writes:
I wish to create a firebird generator that does bitwise generation rather
then ordinal generator.
I mean:
1 2 4 8 16 32 64 128 etc..
Does anyone have knowledge how to create such generation in firebird ?
I am not clear what you are trying to do.
You are trying to generate the sequence above, that much I get.
However, is it a pascal program which will be a firebird stored procedure?
The algorithm to generate the sequence is trivial so I don't quite follow
which part you are having problems with. The generation? The creation of the
firebird stored procedure?
If the question is how to generate the sequence in Firebird and not use FPC,
then the answer is that you need to have some sort of stored procedure.
You could even just have a table with the values.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal