Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scatter with memo
Message
From
03/06/2003 12:49:22
 
 
To
03/06/2003 12:40:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00795601
Message ID:
00795779
Views:
17
>
>Who knows maybe I'd change the above code slightly to get all into an SQL cursor first and do a single append (no for), or create an index for recordstoProcess.myPk and drop scan again ( append .. for seek(myPk,'recordsToProcess','key') ), or copy to array, insert from array in blocks etc (last one is an exceptionaly fast method but coding generally complex)
>
>Operations like this can be done in multiple ways in VFP and I choose the strategy based on what'd I do, loop needed or not etc. Sometimes I even choose a slightly slower one for sake of readability or go writing into C dlls that directly write to table :)
>

Thanks for the ideas...I'll probably won't be using C DLLs for this :)
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform