1mdb-header(1) Executable programs or shell commands mdb-header(1)
2
3
4
6 mdb-header - Write header file from an MDB database
7
9 mdb-header [database]
10
11
13 mdb-header is a utility program distributed with MDB Tools.
14
15 It will dump the names and types of the tables and columns in an MDB
16 database in a C header format.
17
18 It will create three files - types.h and dumptypes.[ch]
19
21 MDB_JET3_CHARSET
22 Defines the charset of the input JET3 (access 97) file. Default
23 is CP1252. See iconv(1).
24
25 MDBICONV
26 Defines the output charset. Default is UTF-8. mdbtools must have
27 been compiled with iconv.
28
29 MDBOPTS
30 semi-column separated list of options:
31
32 · use_index
33
34 · no_memo
35
36 · debug_like
37
38 · debug_write
39
40 · debug_usage
41
42 · debug_ole
43
44 · debug_row
45
46 · debug_props
47
48 · debug_all is a shortcut for all debug_* options
49
51 mdb-header exits with error code 1 if there was anunsupported type.
52
54 gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
55 mdb-array(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
56
58 The mdb-header utility was written by Brian Bruns.
59
61 Only a few types are currently supported.
62
63
64
65MDBTools 0.7.1 17 February 2019 mdb-header(1)