.dbc databases and free .dbf tables
Reads Visual FoxPro .dbc database containers with
their metadata, and standalone folders of free
.dbf files as independent table sets -
pick the source shape at the connect step.
Memo and binary-style values
Picks up companion memo files (.fpt) alongside
each .dbf so Memo and General column data
travels with the table set - keep the related files in
the source folder during migration.
Indexes and deleted records
Translates DBF .cdx indexes into PostgreSQL
indexes where the index expression is portable, and lets you
include or exclude DBF rows marked for deletion on the
PostgreSQL target - pick the policy in the wizard.
Encoding
Re-encodes legacy DOS / Windows code pages to PostgreSQL
UTF8 on load so names, addresses, notes, and
memo text round-trip correctly - verify with a trial
conversion before cutover.
FoxPro application objects - out of scope
DBConvert's migration covers tables (with their fields,
types, defaults, and indexes), views, and foreign keys.
Forms, reports, .prg programs, menus, and
FoxPro business logic are part of the FoxPro application,
not the database - rebuilding that layer is a
separate workstream (web framework, .NET front end, BI tool).