.\" Text automatically generated by txt2man .TH mdb-prop 1 "22 March 2018" "MDBTools 0.7.1" "Executable programs or shell commands" .SH NAME \fBmdb-prop \fP- Get properties list from MDB database \fB .SH SYNOPSIS .nf .fam C \fBmdb-prop\fP \fIdatabase\fP \fIname\fP [\fIpropcol\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBmdb-prop\fP is a utility program distributed with MDB Tools. .PP Print a properties list from an MDB \fIdatabase\fP. .PP \fIname\fP is the \fIname\fP of the table, querry, or other object. .PP \fIpropcol\fP is the \fIname\fP of the system table MSysObjects' column containing properties. It defaults to LvProp. .SH ENVIRONMENT .TP .B MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See \fBiconv\fP(1). .TP .B MDBICONV Defines the output charset. Default is UTF-8. mdbtools must have been compiled with iconv. .TP .B MDBOPTS semi-column separated list of options: .RS .IP \(bu 3 use_index .IP \(bu 3 no_memo .IP \(bu 3 debug_like .IP \(bu 3 debug_write .IP \(bu 3 debug_usage .IP \(bu 3 debug_ole .IP \(bu 3 debug_row .IP \(bu 3 debug_props .IP \(bu 3 debug_all is a shortcut for all debug_* options .SH SEE ALSO \fBgmdb2\fP(1) \fBmdb-export\fP(1) \fBmdb-hexdump\fP(1) \fBmdb-sql\fP(1) \fBmdb-ver\fP(1) \fBmdb-array\fP(1) \fBmdb-header\fP(1) \fBmdb-parsecsv\fP(1) \fBmdb-schema\fP(1) \fBmdb-tables\fP(1) .SH AUTHORS The \fBmdb-prop\fP utility was written by Brian Bruns.