.\" Text automatically generated by txt2man .TH mdb-tables 1 "22 March 2018" "MDBTools 0.7.1" "Executable programs or shell commands" .SH NAME \fBmdb-tables \fP- Get listing of tables in an MDB database \fB .SH SYNOPSIS .nf .fam C \fBmdb-tables\fP [\fB-S\fP] [\fB-1\fP | \fB-d\fP \fIdelimiter\fP] \fIdatabase\fP .fam T .fi .fam T .fi .SH DESCRIPTION \fBmdb-tables\fP is a utility program distributed with MDB Tools. .PP It produces a list of tables contained within an MDB \fIdatabase\fP in a format suitable for use in shell scripts. .SH OPTIONS .TP .B \fB-S\fP Show system tables. System tables are generally those beginning with 'MSys' .TP .B \fB-1\fP specifies that the tables should be listed 1 per line. .TP .B \fB-d\fP \fIdelimiter\fP specifies an alternative \fIdelimiter\fP. If no \fIdelimiter\fP is specified, table names will be delimited by a tab character, or by newline if the \fB-1\fP option was specified. .SH NOTES .SH ENVIRONMENT .TP .B MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See \fBiconv\fP(1). .TP .B MDBICONV Defines the output charset. Default is UTF-8. mdbtools must have been compiled with iconv. .TP .B MDBOPTS semi-column separated list of options: .RS .IP \(bu 3 use_index .IP \(bu 3 no_memo .IP \(bu 3 debug_like .IP \(bu 3 debug_write .IP \(bu 3 debug_usage .IP \(bu 3 debug_ole .IP \(bu 3 debug_row .IP \(bu 3 debug_props .IP \(bu 3 debug_all is a shortcut for all debug_* options .SH HISTORY \fBmdb-tables\fP first appeared in MDB Tools 0.3. .SH SEE ALSO \fBgmdb2\fP(1) \fBmdb-export\fP(1) \fBmdb-hexdump\fP(1) \fBmdb-prop\fP(1) \fBmdb-sql\fP(1) \fBmdb-ver\fP(1) \fBmdb-array\fP(1) \fBmdb-header\fP(1) \fBmdb-parsecsv\fP(1) \fBmdb-schema\fP(1) .SH AUTHORS The \fBmdb-tables\fP utility was written by Brian Bruns. .SH BUGS .TP .B Access allows for tables to have spaces embeded in the table name. You must specify a \fIdelimiter\fP (\fB-d\fP) if you intend on piping the output of \fBmdb-tables\fP to a program such as awk or cut.