.\" Text automatically generated by txt2man .TH mdb-ver 1 "03 February 2024" "MDBTools 1.0.0" "Executable programs or shell commands" .SH NAME \fBmdb-ver \fP- Return the format of a given MDB database. \fB .SH SYNOPSIS .nf .fam C \fBmdb-ver\fP \fIdatabase\fP \fBmdb-ver\fP \fB-h\fP|\fB--help\fP \fBmdb-ver\fP \fB-M\fP|\fB--version\fP .fam T .fi .fam T .fi .SH DESCRIPTION \fBmdb-ver\fP is a utility program distributed with MDB Tools. .PP It will return a single line of output corresponding to the program that produced the file: 'JET3' (for files produced by Access 97), 'JET4' (Access 2000, XP and 2003), 'ACE12' (Access 2007), 'ACE14' (Access 2010), 'ACE15' (Access 2013), or 'ACE16' (Access 2016). .SH OPTIONS .TP .B \fB-M\fP, \fB--version\fP Print the version of mdbtools (rather than the MDB file) and exit. .SH NOTES Access changed its format between Jet 3 used in Access 97 and Jet 4 used for Access 2000 and XP. The nature of the changes included moving the page size from 2K to 4K and added support for unicode. MDB Tools actively supports both formats. Newer version are very much like Jet4. .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 Colon-separated list of options: .RS .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 .IP \(bu 3 no_memo (deprecated; has no effect) .IP \(bu 3 use_index (experimental; requires libmswstr) .SH HISTORY \fBmdb-ver\fP first appeared in MDB Tools 0.4. .SH SEE ALSO \fBmdb-array\fP(1) \fBmdb-count\fP(1) \fBmdb-export\fP(1) \fBmdb-header\fP(1) \fBmdb-hexdump\fP(1) \fBmdb-import\fP(1) \fBmdb-json\fP(1) \fBmdb-parsecsv\fP(1) \fBmdb-prop\fP(1) \fBmdb-queries\fP(1) \fBmdb-schema\fP(1) \fBmdb-sql\fP(1) \fBmdb-tables\fP(1) .SH AUTHORS The \fBmdb-ver\fP utility was written by Brian Bruns. .SH BUGS \fBmdb-ver\fP does minimal checking on the validity of a file. It is possbile for it to misidentify a non-MDB file. .PP \fBmdb-ver\fP does not recognize Access 2.0 (Jet 2).