Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter table drop syntax
Message
 
To
06/06/2003 15:16:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00797371
Message ID:
00797868
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform