Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I convert MySQL table to DBF table?

Status
Not open for further replies.

warik

Programmer
Joined
Jun 28, 2002
Messages
169
Location
ID
Dear all,

I have a database server running with MySQL database which using for webpage database.

I just thinking of convert that MySQL tables to DBF file, so I could manipulate the tables with my personal PC and maybe I could make a simple form for that tables using VFP.

Thank you in advance.
 
Warik,

As far as I know, the easiest way would be to set up a remote view within Visual Foxpro. You will need an ODBC driver for MySQL. The remote view will let you access a MySQL table just as if it was a DBF. Once you have done that, you can copy the table to a real DBF.

Check the Help on remote views, and come back if you get stuck.

There might be a simpler way of doing it -- I don't know MySQL very well -- perhaps someone else will point you to it. Mike Lewis
Edinburgh, Scotland
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top