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 Colon-separated list of options:
31
32 • debug_like
33
34 • debug_write
35
36 • debug_usage
37
38 • debug_ole
39
40 • debug_row
41
42 • debug_props
43
44 • debug_all is a shortcut for all debug_* options
45
46 • no_memo (deprecated; has no effect)
47
48 • use_index (experimental; requires libmswstr)
49
51 mdb-header exits with error code 1 if there was anunsupported type.
52
54 mdb-header is deprecated. Soon, it will no longer be distributed.
55
56 It is the feeling of developers that it is not used, as C code genera‐
57 tion is now usually replaced by more generic approaches, including lib‐
58 mdb calls and odbc.
59
60 However, should you find this tool useful, drop us a line at
61 https://github.com/mdbtools/mdbtools/issues/197 and we'll consider
62 maintaining it.
63
65 mdb-array(1) mdb-count(1) mdb-export(1) mdb-hexdump(1) mdb-import(1)
66 mdb-json(1) mdb-parsecsv(1) mdb-prop(1) mdb-queries(1) mdb-schema(1)
67 mdb-sql(1) mdb-tables(1) mdb-ver(1)
68
70 The mdb-header utility was written by Brian Bruns.
71
73 Only a few types are currently supported.
74
75
76
77MDBTools 0.9.3 21 July 2022 mdb-header(1)