1mdb-array(1) Executable programs or shell commands mdb-array(1)
2
3
4
6 mdb-array - Export data in an MDB database table to a C array.
7
9 mdb-array database table
10
11
13 mdb-array is a utility program distributed with MDB Tools.
14
15 mdb-array prints a C source code file to stdout, containing an array
16 representing the data of the specified table.
17
19 MDB_JET3_CHARSET
20 Defines the charset of the input JET3 (access 97) file. Default
21 is CP1252. See iconv(1).
22
23 MDBICONV
24 Defines the output charset. Default is UTF-8. mdbtools must have
25 been compiled with iconv.
26
27 MDBOPTS
28 Colon-separated list of options:
29
30 • debug_like
31
32 • debug_write
33
34 • debug_usage
35
36 • debug_ole
37
38 • debug_row
39
40 • debug_props
41
42 • debug_all is a shortcut for all debug_* options
43
44 • no_memo (deprecated; has no effect)
45
46 • use_index (experimental; requires libmswstr)
47
49 mdb-array is deprecated. Soon, it will no longer be distributed.
50
51 It is the feeling of developers that it is not used, as C code genera‐
52 tion is now usually replaced by more generic approaches, including lib‐
53 mdb calls and odbc.
54
55 However, should you find this tool useful, drop us a line at
56 https://github.com/mdbtools/mdbtools/issues/197 and we'll consider
57 maintaining it.
58
60 mdb-count(1) mdb-export(1) mdb-header(1) mdb-hexdump(1) mdb-import(1)
61 mdb-json(1) mdb-parsecsv(1) mdb-prop(1) mdb-queries(1) mdb-schema(1)
62 mdb-sql(1) mdb-tables(1) mdb-ver(1)
63
65 The mdb-array utility was written by Brian Bruns.
66
67
68
69MDBTools 0.9.3 23 March 2023 mdb-array(1)