How to Convert from DB to DBF

Q: I am having trouble converting from DB format back to DBF. I can convert no problem from DBF to DB, but not the other way. How can I do this. The Error I get is " Database Engine Error: Invalid File Extension" The way I am converting the table is by selecting the table then I click on sort rows or table. I change the format from DB to DBF and select all the fields. This works converting form DBF to DB , not DB to DBF.

A: Use the COPY TO command, thus:

USE tablename.DB 
COPY TO tablename.DBF
     

©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