Access driver and source file
DBConvert reads the source .mdb or
.accdb through Jet / ACE. Passwords, WorkGroups,
and 32-bit versus 64-bit provider choices should be checked
before the first test run.
Firebird target
Write to a Firebird .fdb file or server target.
Confirm page size, character set, and target schema policy
before loading production-sized data.
Field type mapping
AutoNumber, Yes/No, Currency, Date/Time, Long Text, OLE
Object, Attachment, Hyperlink, lookup, and multivalue fields
need Firebird-compatible storage decisions.
Generated values and keys
Access AutoNumber columns need a Firebird identity, generator,
or sequence policy. After import, confirm next values before
Firebird starts accepting application writes.
Query cleanup
Supported Access queries can become target-side views, but
queries that call VBA, form controls, Access-only functions,
crosstabs, or parameter prompts need manual review.
Application objects boundary
DBConvert migrates tables, supported views, and foreign keys.
Access forms, reports, macros, modules, VBA, and UI workflows
are not converted into Firebird PSQL or application code.