A browser-based viewer for Microsoft Access database files (.mdb and .accdb).
This project includes a forked version of mdb-reader - a JavaScript library to read data from Microsoft Access databases.
The fork includes modifications to work in the browser environment without Node.js dependencies.
- Repository: https://github.com/andipaetzold/mdb-reader
- License: MIT
- Open
index.htmlin a web browser - Upload an .mdb or .accdb file
- Browse tables and view data
- Microsoft Access Database (.mdb)
- Microsoft Access Database (.accdb)
npm install
npm run buildMIT