Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy from one cursor to another
Message
 
 
À
13/06/2001 11:18:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00518906
Message ID:
00518908
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform