Deleting Fields via Program Code

Q: Is there a way to delete a field from a level 7 table from inside the application?

A: Use ALTER & DROP as per the following example:

ALTER TABLE "YourTable.dbf" DROP FieldToDelete

Note: The table being altered must not be open.

     

©2004 dataBased Intelligence, Inc., dQuery and dBASE are trademarks of dataBased Intelligence, Inc. /  All rights reserved.

All other copyrights and trademarks are the property of their respective copyright or trademark holder
      FAQs