MySQL Forums
Forum List  »  Other Migration

Re: here is a way! Conversion between FoxPro .DBF and MySql Database
Posted by: Power Wong
Date: November 13, 2006 04:04AM

In my case, I opened my existing VFP project and in the main form, I created a button, double click the button to enter its click event, paste the code in there. Added the following line after "PARAMETERS mdbf" where abcde is my dbf's name:
mdbf = "abcde"
Also you should beware of the path "c:\sumcd\", create this folder in your HD or just rename the sumcd to your folder name.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: here is a way! Conversion between FoxPro .DBF and MySql Database
10242
November 13, 2006 04:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.