[fpc-pascal] bitwise generator
ik
idokan at gmail.com
Sat Dec 6 16:00:29 CET 2008
Thanks for the answer.
I wanted to do it using Firebird instead of my Pascal code.. now I
understand thanks to you, that I need to do it using stored procedure.
Thanks,
Ido
On Sat, Dec 6, 2008 at 4:38 PM, Francisco Reyes <lists at stringsutils.com>wrote:
> 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 at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20081206/e6d014eb/attachment.html>
More information about the fpc-pascal
mailing list