On Thu, Oct 12, 2006 at 09:02:59AM -0700, Evan MacDougall wrote:
> I have the same sluggishness problems with the Distance Calculator.
> 
> Just running 20 or 50 or even 100 records takes way too long, IMO.  Why 
> should it take 10-20 minutes to do 100-200 records?
> 
> Seems like it should work a lot quicker.

Is there source code available for this program? If so, then I suspect that
you will find that it is updating a table in a Do While ... Loop structure
instead of updating it with an update function. It's amazing how slow a Do
loop is compared to a function you call from within an Update statement. 
_______________________________________________
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to