MDB Tools Installation Guide: A Guide to Installing and Configuring MDB Tools | ||
---|---|---|
Prev | Chapter 2. Components of the MDB Tools Suite | Next |
MDB Tools comes with a set of command line utilties that allow mdb files to be used in shell scripting, extraction to another database, and similar functions. Each program is documented in its man page. A brief synopsis follows.
Table 2-1. MDB Utilities
Name | Description |
---|---|
mdb-tables | list tables in the specified file |
mdb-schema | generate schema DDL for the specified file |
mdb-export | generate CSV style output for a table |
mdb-ver | display the version of the specified file |
mdb-header | support for using MDB data in C |
mdb-parsecsv | support for using MDB data in C |
mdb-sql | command line SQL query tool |