Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO optimization
Message
From
08/12/2005 15:23:56
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
08/12/2005 15:00:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Novell 6.x
Database:
MySQL
Miscellaneous
Thread ID:
01076343
Message ID:
01076383
Views:
20
If you don't want to do the SEEK and COPY WHILE as Sergey suggests, it is better to not SET ORDER before doing the COPY FOR.

INDEX ON condition ...
SET ORDER TO
COPY TO ... FOR condition

>Thanks for your reply..I am actually doing what you are saying..here is the complete code:
>
>INDEX ON BINTOC(SIL_INV_FK) + BINTOC(SIL_INV_CFK) TAG SILMAIN
>SET ORDER TO SILMAIN
>COPY TO v_InventoryTemp FOR BINTOC(SIL_INV_FK) + BINTOC(SIL_INV_CFK) == BINTOC(tnINVPK) + BINTOC(tnINVCPK)
>
>where tnINVPK/CPK contain the correct values at runtime. COPY TO *is* giving me the correct records, but its performance seems very, very poor compared to that of the SELECT command.
Previous
Reply
Map
View

Click here to load this message in the networking platform