Source shape
DBConvert reads Visual FoxPro .dbc containers or
folders of free .dbf tables. Pick the source
shape at the connect step.
Memo and index files
Keep .fpt / .dbt memo companions and
.cdx index files with the DBF folder so long text,
General fields, and index metadata can be read with the table set.
Access field mapping
DBF character, numeric, logical, date, datetime, memo, and
AutoInc fields are mapped to Access-compatible storage before
the target file is written.
Deleted rows and file size
Decide whether DBF rows marked as deleted should be imported.
For large sources, filter before the load because Access
files are capped at 2 GB.
Code pages
Legacy DOS and Windows code pages need a target encoding
decision so names, addresses, and memo text do not arrive in
Access as broken characters.
Application objects boundary
DBConvert migrates tables, views, and foreign keys. FoxPro
forms, reports, menus, .prg programs, and
business logic are rebuilt separately if Access becomes the
new application front end.