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 semi-column separated list of options:
29
30 · use_index
31
32 · no_memo
33
34 · debug_like
35
36 · debug_write
37
38 · debug_usage
39
40 · debug_ole
41
42 · debug_row
43
44 · debug_props
45
46 · debug_all is a shortcut for all debug_* options
47
49 gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
50 mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
51
53 The mdb-array utility was written by Brian Bruns.
54
55
56
57MDBTools 0.7.1 17 February 2019 mdb-array(1)