Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scatter
Message
 
To
22/07/2004 16:26:25
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00927172
Message ID:
00927270
Views:
16
>All,
>
> I have a table from SQL Server that I am trying to copy to a foxpro cursor with the same structure. I am using a scan loop with the scatter command and then inserting the memvar into the cursor allthough this is not working. The code is below.
>
>
>   SCAN
>	scatter memo to memvar
>	insert into curmpart from memvar
>   ENDSCAN
>
>
>Is there a better way of doing the same thing?

Scatter is probably the most sluggish "macro" service in VFP. You don't even have to put a clock on it. Appending would be more direct - and faster.
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform