MySQL Forums
Forum List  »  Other Migration

Re: Conversion between FoxPro .DBF and MySql Database
Posted by: Mark Rowe
Date: September 18, 2006 07:34AM

THe way I do it is to hold your original structure int eh mysql Comments, so you can write another program to convert it back perfectly since the fields don't match up. If its more of a permanent change you would be well off to make a ShortName to LongNameInSql 1:1 table so you can convert fields from multiple databases easily without having to remember .. What did I name Customer Name in the other table?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Conversion between FoxPro .DBF and MySql Database
7991
September 18, 2006 07:34AM


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.