.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.
Deleted records
DBF rows marked for deletion are not physically removed in
the source; DBConvert lets you include or exclude those rows
on the SQL Server target - pick the policy in the wizard.
Encoding
Re-encodes legacy DOS / Windows code pages to the SQL Server
target collation 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).