Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding data to a table from a cursor
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00051665
Message ID:
00051671
Views:
27
>Could someone please tell me how to add data to a table from a cursor?
>
>Thanks!
>
>Jeff Rusch
>UW-Madison

Select .... Into Array
Insert Into .... From Array
or
Use .... Again
Append From ...

Both methods have own deficiencies.
The safest method:
Copy To .... && copy to table
Append From ....
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform