Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to append from a Cursor
Message
 
À
30/08/2000 16:19:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00410983
Message ID:
00411039
Vues:
19
>append from mycursor

>For some reason when I attempt this I get and error...

The reason is that append from ALWAYS looks for the table on the disk - in this case it looks for mycursor, which is NOT a table, but an alias. The name of the cursor table on the disk is dbf(mycursor), and you force the Select SQL to write a table to the disk with NOFILTER.

dz
Doru
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform