Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy from cursor to a table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00430422
Message ID:
00430425
Vues:
13
>It's any command that copy the data from a view(cursor) into a table?
>Append From do it but from a table not from a cursor/view.

select * from table1 where wherecond into cursor curtemp

select table2
append from dbf(curtemp)

Table2 and curTemp should have the same field structure, though table2 may content more fields than curTemp and vs (I believe).
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform