Fast Allocate
Ruslan Zasukhin
sunshine at public.kherson.ua
Wed Nov 30 17:47:09 CST 2005
On 11/30/05 5:42 PM, "Ed Kleban" <Ed at Kleban.com> wrote:
>
> Yes. I presumed that was the case. What I'm curous about however is whether
> there is a faster way to allocate a large number of table records all at
> once having blank or common values without having to have a loop that calls
> AddRecord.
NO.
And no sense.
Because methods as AddRecord -- are in fact LOW LEVEL methods.
You cannot speed up nothing here.
> In essence I'm looking for the equivalent of the RB "Dim" statement which
> allows me to say:
>
>
> dim bigTable( 30 ) as Integer
>
> rather than:
>
> dim bigTable() as Integer
> for I as integer = 1 to 30
> bigTable.append blankValue
> next
DBs do not have such things.
--
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