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 mdb-prop --version
11
12
14 mdb-prop is a utility program distributed with MDB Tools.
15
16 Print a properties list from an MDB database.
17
18 name is the name of the table, querry, or other object.
19
20 propcol is the name of the system table MSysObjects' column containing
21 properties. It defaults to LvProp.
22
24 --version
25 Print the mdbtools version and exit.
26
28 MDB_JET3_CHARSET
29 Defines the charset of the input JET3 (access 97) file. Default
30 is CP1252. See iconv(1).
31
32 MDBICONV
33 Defines the output charset. Default is UTF-8. mdbtools must have
34 been compiled with iconv.
35
36 MDBOPTS
37 Colon-separated list of options:
38
39 • debug_like
40
41 • debug_write
42
43 • debug_usage
44
45 • debug_ole
46
47 • debug_row
48
49 • debug_props
50
51 • debug_all is a shortcut for all debug_* options
52
53 • no_memo (deprecated; has no effect)
54
55 • use_index (experimental; requires libmswstr)
56
58 mdb-array(1) mdb-count(1) mdb-export(1) mdb-header(1) mdb-hexdump(1)
59 mdb-import(1) mdb-json(1) mdb-parsecsv(1) mdb-queries(1) mdb-schema(1)
60 mdb-sql(1) mdb-tables(1) mdb-ver(1)
61
63 The mdb-prop utility was written by Brian Bruns.
64
65
66
67MDBTools 0.9.3 21 July 2022 mdb-prop(1)