1mdb-prop(1) Executable programs or shell commands mdb-prop(1)
2
3
4
6 mdb-prop - Get properties list from MDB database
7
9 mdb-prop database name [propcol]
10
11
13 mdb-prop is a utility program distributed with MDB Tools.
14
15 Print a properties list from an MDB database.
16
17 name is the name of the table, querry, or other object.
18
19 propcol is the name of the system table MSysObjects' column containing
20 properties. It defaults to LvProp.
21
23 MDB_JET3_CHARSET
24 Defines the charset of the input JET3 (access 97) file. Default
25 is CP1252. See iconv(1).
26
27 MDBICONV
28 Defines the output charset. Default is UTF-8. mdbtools must have
29 been compiled with iconv.
30
31 MDBOPTS
32 semi-column separated list of options:
33
34 · use_index
35
36 · no_memo
37
38 · debug_like
39
40 · debug_write
41
42 · debug_usage
43
44 · debug_ole
45
46 · debug_row
47
48 · debug_props
49
50 · debug_all is a shortcut for all debug_* options
51
53 gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-sql(1) mdb-ver(1) mdb-
54 array(1) mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
55
57 The mdb-prop utility was written by Brian Bruns.
58
59
60
61MDBTools 0.7.1 28 July 2020 mdb-prop(1)