Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I drop a column from a cursor?
Message
De
08/10/2005 04:15:01
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
 
 
À
08/10/2005 04:05:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01057403
Message ID:
01057407
Vues:
11
Since it is not table, you could not use 'alter table',

In fact, you could use as follows:
SELECT col_a, col_b, col_c, col_f from cusorA into cursor cursorA READWRITE
Since someone in UT complain of cursor can overwrite on itself, you should observe it happens to you or not?!
Best regards,

Aaron Chu

********************************************************

Working with Visual FoxPro is a lot of FUN!

********************************************************
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform