MDB (Access)
Also known as: .mdb file, Microsoft Access MDB, Jet database
MDB is the legacy Microsoft Access database format used before Access 2007, built on the Jet engine. A .mdb holds a full desktop database in one file and was replaced by the newer ACCDB format.
- Legacy Microsoft Access (Jet) database format
- Replaced by ACCDB in Access 2007
- Convert to ACCDB or export tables to CSV
What MDB is
MDB was Access’s file format for years, storing tables, queries, forms, and reports together in a single .mdb on the Jet database engine. Plenty of older business databases still exist in this format.
Access 2007 introduced ACCDB as the replacement, with newer capabilities. MDB remains readable by Access for backward compatibility, but it is the older standard.
Opening and converting MDB
Access opens .mdb files, and can convert them to ACCDB. To use the data elsewhere, export tables to CSV or import them into another database.
MDB files are sized by their data, not media, so they are usually modest. Convert old .mdb databases to ACCDB or CSV to keep them usable on current tools.