Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread MoveBy
Wed, Jan 23 2008 4:36 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

The TMS grid uses MoveBy to determine record count. Currently I'm hacking their code on each release to replace that by RecordCount. Is there any realistic chance that ElevateDB will get a fast MoveBy in the near future?

My quick and dirty test showed c 1.4 secs for MoveBy(MaxInt) on a 17,500 record table.

Before any other TMS user is helpful and lets me know there is an event to alter this I prefer remembering to hack the source rather than remember to alter 3 properties and add an event every time I drop a grid on a form Smiley

Roy Lambert
Wed, Jan 23 2008 2:49 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< The TMS grid uses MoveBy to determine record count. Currently I'm hacking
their code on each release to replace that by RecordCount. Is there any
realistic chance that ElevateDB will get a fast MoveBy in the near future?
>>

The MoveBy design is dictated by the TDataSet component and requires a
separate call into the engine for each row skip, therefore there isn't much
we can do to optimize it.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image