Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy from one cursor to another
Message
 
 
To
13/06/2001 11:18:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00518906
Message ID:
00518908
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>I have 2 R/W cursors open.
>
>Is there a way of copying the entire contents from 1 to the other in 1 command, rather than SCAN,SCATTER,INSERT - SQL.
>
>Thanks
>Kev

select cursor2
append from dbf("cursor1")

The Append works on disk presences only so you have to use the DBF() function here.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform