LinuxCommandLibrary

mdbtools

suite for reading Microsoft Access databases

TLDR

List tables

$ mdb-tables [database.mdb]
copy
Export table to CSV
$ mdb-export [database.mdb] [tablename]
copy
Show schema
$ mdb-schema [database.mdb]
copy
Get table count
$ mdb-count [database.mdb] [tablename]
copy
Describe table
$ mdb-prop [database.mdb] [tablename]
copy
SQL query
$ mdb-sql [database.mdb]
copy

SYNOPSIS

mdb-* command database [options]

DESCRIPTION

mdbtools is a suite for reading Microsoft Access databases. It exports data and schema from MDB files.
The tools enable Access database access on Unix systems without Microsoft Office.

PARAMETERS

DATABASE

Microsoft Access database file.
mdb-tables
List tables.
mdb-export
Export to CSV.
mdb-schema
Show schema.
mdb-sql
SQL interface.
mdb-count
Row count.
--help
Display help information.

CAVEATS

Read-only access. Some features unsupported. .mdb format focus.

HISTORY

mdbtools was created to provide Microsoft Access database access on non-Windows platforms.

SEE ALSO

mdb-sql(1), sqlite3(1), csvtool(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community