Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter table drop syntax
Message
 
À
06/06/2003 15:16:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00797371
Message ID:
00797868
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
>
>I will need to remove multiple fields and "drop column f1, f2, f3" doesn't work. So I assume I will have to issue multiple alter table commands?

Yes, you will need to drop them one by one. A single ALTER TABLE command works with one field, but can set multiple field attributes in a single command.

>
>Also, Can I stop alter from creating a backup table? I didnt see any reference to the backup in the help? .TBK.

You cannot stop creating .TBK files, but you can just delete them programmaticaly after your ALTER TABLE command.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform