1mdb-tables(1)        Executable programs or shell commands       mdb-tables(1)
2
3
4

NAME

6       mdb-tables - Get listing of tables in an MDB database
7

SYNOPSIS

9       mdb-tables [-S] [-1 | -d delimiter] database
10
11

DESCRIPTION

13       mdb-tables is a utility program distributed with MDB Tools.
14
15       It produces a list of tables contained within an MDB database in a for‐
16       mat suitable for use in shell scripts.
17

OPTIONS

19       -S     Show system tables. System tables are generally those  beginning
20              with 'MSys'
21
22       -1     specifies that the tables should be listed 1 per line.
23
24       -d delimiter
25              specifies  an  alternative  delimiter. If no delimiter is speci‐
26              fied, table names will be delimited by a tab  character,  or  by
27              newline if the -1 option was specified.
28

NOTES

ENVIRONMENT

31       MDB_JET3_CHARSET
32              Defines  the charset of the input JET3 (access 97) file. Default
33              is CP1252. See iconv(1).
34
35       MDBICONV
36              Defines the output charset. Default is UTF-8. mdbtools must have
37              been compiled with iconv.
38
39       MDBOPTS
40              semi-column separated list of options:
41
42              ·  use_index
43
44              ·  no_memo
45
46              ·  debug_like
47
48              ·  debug_write
49
50              ·  debug_usage
51
52              ·  debug_ole
53
54              ·  debug_row
55
56              ·  debug_props
57
58              ·  debug_all is a shortcut for all debug_* options
59

HISTORY

61       mdb-tables first appeared in MDB Tools 0.3.
62

SEE ALSO

64       gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
65       mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-schema(1)
66

AUTHORS

68       The mdb-tables utility was written by Brian Bruns.
69

BUGS

71       Access allows for tables to have spaces embeded in the table name.
72              You must specify a delimiter (-d) if you intend  on  piping  the
73              output of mdb-tables to a program such as awk or cut.
74
75
76
77MDBTools 0.7.1                  29 January 2020                  mdb-tables(1)
Impressum