MDB (.mdb)
- Import supports the MDB 2000 format.
- The Wolfram Language can read MDB files without having Microsoft Access installed.
Background & Context
-
- MIME types: application/mdb, application/msaccess, application/vnd.msaccess
- MDB database file.
- Native format of the Microsoft Access database application.
- Used in conjunction with the Access relational database management system and as an exchange format.
- Binary format.
- Stores numerical and textual information as sets of tables.
- Developed by Microsoft in 1992.
Import
- Import["file.mdb"] imports an MDB database, returning a list of arrays.
- Import["file.mdb"] returns a list of two-dimensional arrays, each representing a database table.
- MDB data is represented in the Wolfram Language by real or integer numbers, strings, Boolean values True and False, and DateList specifications.
- Import["file.mdb",elem] imports the specified element from an MDB file.
- Import["file.mdb",{elem,suba,subb,…}] imports a subelement.
- Import["file.mdb",{{elem1,elem2,…}}] imports multiple elements.
- The import format can be specified with Import["file","MDB"] or Import["file",{"MDB",elem,…}].
- See the following reference pages for full general information:
-
Import import from a file CloudImport import from a cloud object ImportString import from a string ImportByteArray import from a byte array
Import Elements
- General Import elements:
-
"Elements" list of elements and options available in this file "Summary" summary of the file "Rules" list of rules for all available elements - Specifying and selecting datasets:
-
"Data" all datasets given as a list of arrays "Datasets" names of all datasets "Datasets",n the n dataset given as an array "Datasets",name dataset name given as an array "Datasets",name,"Labels" list of strings, representing the column labels of dataset name "Datasets",name,"LabeledData" dataset name using rules for each column - Import uses the "Data" element by default.
Examples
Basic Examples (1)
Show the Import elements available in an MDB sample file:
Import the names of all datasets stored in the file:
Import the data labels available for this dataset:
Import data associated with three labels: