How to access child objects in hierarchical database setup
Ruslan Zasukhin
sunshine at public.kherson.ua
Sun Nov 2 20:17:09 CST 2003
on 11/2/03 19:24, Arthur Clemens at aclemens at xs4all.nl wrote:
>>> I store them in a FBL_ArraySet with a FBL_ArraySetIterator to access
>>> it).
>>
>> Hmm, if you have select all records, and get them as BitSet then you
>> not
>> need convert BitSet into arrayset! This just spend time and RAM.
>>
>> BitSet also have Iterator.
>
> If I want to sort the set, can I use a bitset too?
No, for sorting you need of course ArraySet.
You have not say that you do
BitSet* pAll = table.SelectAll()
ArraySet* pSortedAll = table.Sort( pAll )
Okay, then all right
--
Best regards,
Ruslan Zasukhin [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------
More information about the Valentina
mailing list