Unix and Linux Discussions Tagged with tables |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
3,575 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
16,342 |
Programming |
|
|
|
6 |
8,894 |
Shell Programming and Scripting |
|
|
|
3 |
7,079 |
Shell Programming and Scripting |
|
|
|
2 |
8,651 |
Shell Programming and Scripting |
|
|
|
3 |
3,451 |
Shell Programming and Scripting |
|
|
|
0 |
14,257 |
IP Networking |
|
|
|
1 |
3,666 |
Programming |
|
|
|
6 |
6,298 |
Web Development |
|
|
|
9 |
10,450 |
Shell Programming and Scripting |
|
|
|
0 |
1,518 |
Software Releases - RSS News |
|
|
|
2 |
8,980 |
Shell Programming and Scripting |
|
|
|
1 |
6,355 |
Shell Programming and Scripting |
|
|
|
2 |
2,094 |
Shell Programming and Scripting |
|
|
|
0 |
1,184 |
Software Releases - RSS News |
|
|
|
2 |
7,186 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,566 |
Programming |
|
|
|
1 |
6,180 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
6,395 |
Programming |
|
|
|
1 |
5,297 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,564 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,149 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
10,080 |
IP Networking |
|
|
|
5 |
16,339 |
Programming |
|
|
|
1 |
6,678 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
23,525 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,582 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,473 |
IP Networking |
|
|
|
5 |
3,271 |
UNIX for Dummies Questions & Answers |
MDBTools(1) MDBTools(1)
NAME
mdb-tables - Get listing of tables in an MDB database
SYNOPSIS
mdb-tables [-S] [-1 | -d delimiter] database
DESCRIPTION
mdb-tables is a utility program distributed with MDB Tools.
It produces a list of tables contained within an MDB database in a format suitable for use in shell scripts.
OPTIONS
-S Show system tables. System tables are generally those beginning with 'MSys'
-1 specifies that the tables should be listed 1 per line.
-d delimiter
specifies an alternative delimiter. If no delimiter is specified, table names will be delimited by a tab character, or by newline if
the -1 option was specified.
NOTES
ENVIRONMENT
MDB_JET3_CHARSET
Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1).
MDBICONV
Defines the output charset. Default is UTF-8. mdbtools must have been compiled with iconv.
MDBOPTS
semi-column separated list of options:
o use_index
o no_memo
o debug_like
o debug_write
o debug_usage
o debug_ole
o debug_row
o debug_props
o debug_all is a shortcut for all debug_* options
HISTORY
mdb-tables first appeared in MDB Tools 0.3.
SEE ALSO
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-schema(1)
AUTHORS
The mdb-tables utility was written by Brian Bruns.
BUGS
Access allows for tables to have spaces embeded in the table name.
You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut.
0.7 13 July 2013 MDBTools(1)