Manually constructing a BitSet

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Feb 27 17:46:18 CST 2007


On 28/2/07 1:10 AM, "Joakim Schramm" <joakim at astrocalc.com> wrote:

>> Important here that you create
>> 
>>         new BitSet( N )
>> 
>> Where N is tbl.PhysicalRecordsCount() !!
>> 
> Hmm can you take that a little bit further, like "which" table? I will
> explain more precise what I want to do.

>>> Dim VS as New VSET

You cannot make just VSET, you can create or BitSet or ArraySet.

>>> Dim BS1 as New VBITSET
>>> Dim BS2 as VBITSET
>>> 
>>> VS.Append(RecId1)
>>> VS.Append(RecId2)
>>> Etc.

Into VS you add some recIDs. Which table this recIDs belong?
    this is answer to above your: "which"



>>> Set BS1 = VS
>>> 
>>> Set BS2 = Link.FindLinkedAsBitSet(BS1,tbl1,tbl2)
>>> 
>>> Is this the correct way to do it?

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list