MySQL → FoxPro migration usually means exporting selected
MySQL-compatible tables into a Visual FoxPro .dbc
database or standalone DBF files for a legacy desktop application.
DBConvert handles the table-level export: it reads MySQL, MariaDB,
Percona Server for MySQL, Amazon RDS / Aurora for MySQL, Azure
Database for MySQL, or Google Cloud SQL for MySQL; maps MySQL types
to DBF/FoxPro fields; writes rows; and can save the job for repeated
exports. The review work is in DBF field limits, memo files, code
pages, AUTO_INCREMENT values, utf8mb4
text, deleted-row behavior, and MySQL SQL that FoxPro cannot run.
What DBConvert does on this path:
handles MySQL → DBF/FoxPro as a repeatable desktop workflow:
-
Reads MySQL, MariaDB, Percona Server for MySQL, Amazon RDS / Aurora for MySQL, Azure Database for MySQL, and Google Cloud SQL for MySQL.
-
Writes Visual FoxPro
.dbc databases or standalone DBF table folders.
-
Maps tables, fields, indexes, primary keys, and supported views with type-mapping review.
-
Saves the job as a rerunnable session; DBSync keeps MySQL and DBF/FoxPro aligned for recurring exchange.
What it does not do:
MySQL stored procedures, functions, triggers, events, users,
grants, and application SQL are not translated into FoxPro
forms, reports, menus, .prg programs, or desktop
business logic.