Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy records between files
Message
From
22/10/2004 03:09:05
 
 
To
21/10/2004 17:02:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00953368
Message ID:
00953637
Views:
16
Hi Jos,
> This makes sense when I read the help - the object stores field names and values and uses this to determine which fields to update. The array is simply used in array element order. No field name testing. You must make sure that the array has field values in the order that you need them to update the record.

You are definitely correct, and in a scatter/gather scenario ordering is no problem. And if the problem is only slightly different, for instance comparing records, the array based approach will be much faster, since the operations in the vfp code have less overhead.

regards

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform