1untitled(January 31, 2006)                          untitled(January 31, 2006)
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

DESCRIPTION

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

OPTIONS

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

NOTES

HISTORY

30       mdb-tables first appeared in MDB Tools 0.3
31

AUTHORS

33       The mdb-tables utility was written by Brian Bruns
34

BUGS

36       Access allows for tables to have spaces embeded in the table name.
37              You  must  specify  a delimiter (-d) if you intend on piping the
38              output of mdb-tables to a program such as awk or cut.
39
40
41
42                                                    untitled(January 31, 2006)
Impressum