Hi Joel,

Without studying your code in too much detail, here are two quick tips that
might speed things up for you.

After opening the Mappingwk table, use the following command:

'----------------------------------------
set table Mappingwk fastedit on undo off
'----------------------------------------

Also any fields that are indexed take longer to update. Make sure you
'unindex' the fields you wish to update, then reindex them after you've
finished:

'----------------------------------------
drop index Mappingwk (Location)
.
.
.
create index on Mappingwk (Location)
'----------------------------------------

Cheers,

Simon
____________________________________________
Simon O'Keefe
GIS & Mapping Specialist
Groundtruth
mobile: +61 409 413 890
office: +61 3 5345 3966
mail:   PO Box 290 Clunes VIC 3370 Australia
____________________________________________




---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 10543

Reply via email to