Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append From DBF gives odd results
Message
De
25/08/2003 01:28:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Append From DBF gives odd results
Divers
Thread ID:
00822974
Message ID:
00822974
Vues:
47
I have the following code in a prg
SELECT TableA
ZAP

SELECT * FROM TableB INTO CURSOR C

SELECT TableA
APPEND FROM DBF('C')
Cursor C contains the following
ID VALUE
------------

1 Task 1
2 Task 2
3 Task 3
4 (empty)

After the append statement TableA contains the following
ID VALUE
------------

1 Task 3
2 Task 2
3 Task 3
4 (empty)

Can anyone see my mistake?

Thanks in advance.
David
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform