Is it possible for a visual FoxPro Database file to be converted to a FoxPro 2.6 (fpd26) database file?

If possible please tell me how.

link|improve this question
feedback

1 Answer

If you have Visual FoxPro, you can copy individual tables using the COPY TO command:

USE YourVFPTable
COPY TO YourFP2Table TYPE Fox2X

You have to do each table separately.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.