Do you happen to have a url on how to do this especially the foxpro
portion I don't know to much about it
On Mon, 30 Jul 2001, Christopher R. Jones wrote:
> The simplest thing to do is to run the foxpro database and export the
> records to a text file. Run the SHOW STRUCTURE command to list th
The simplest thing to do is to run the foxpro database and export the
records to a text file. Run the SHOW STRUCTURE command to list the table
structures and then set up a new mysql database that mimics the foxpro
table structure.
>I have an old database that is running on foxpro that is use
I have an old database that is running on foxpro that is used for sales
and order entry at my work and I was wondering how I would go about
porting it to a *nix enviorment. The first step is the port the dbf files
I think so I grabbed a copy of dbf2mysql and tried messing around with it
and when