Firebird → Access migration usually means copying selected
Firebird or InterBase tables into a Microsoft Access
.mdb or .accdb file for reporting,
Office workflows, or a lightweight local database.
DBConvert handles the table-level move: it reads Firebird
.fdb / .gdb files or server databases,
creates Access-compatible tables, maps field types, transfers rows,
and can save the job for repeatable exports. The review work is in
Access file size, generated keys, BLOB/text handling, date/time
values, and Firebird PSQL objects that Access cannot run.
What DBConvert does on this path:
handles Firebird → Access as a repeatable desktop workflow:
-
Reads Firebird 2.5 / 3.0 / 4.0 and InterBase sources, including
.fdb and .gdb database files.
-
Writes a Microsoft Access
.mdb or .accdb target file.
-
Maps tables, fields, indexes, primary keys, foreign keys, and supported views with type-mapping review.
-
Saves the job as a rerunnable session; DBSync keeps Firebird and Access aligned while the Access file is still updated.
What it does not do:
Firebird PSQL procedures, triggers, selectable procedures,
event handlers, computed-by expressions, and application logic
do not become Access forms, reports, macros, or VBA.