Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append Blank Issue!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01383189
Message ID:
01383193
Vues:
71
You are appending into a table/cursor (z2) that you are scanning thus moving the record pointer.

Make a copy of z2:

SELECT * from z2 into cursor z2copy

and scan that using it for your seek variables and insert into the original z2.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform