Welcome to the Linux community forum and interact with 2 million technical staff to enter deeplin11.6. Search for all the mdbtools packages in the Software Center for installation. There should be four, one basic package and one devel package, A lib package and a gmdb (graphical interface package) are the core components, while the latter is the graphic interface operation component. After the installation is complete
Welcome to the Linux community forum, interact with 2 million technical staff> go to deeplin 11.6, search for all the mdbtools packages in the Software Center for installation, and there should be four basic packages, A devel package, a lib package, and a gmdb (graphical interface package) are the core components, while the latter is the graphic interface operation component. After the installation is complete
Welcome to the Linux community forum and interact with 2 million technicians>
Deeplin 11.6, search for all the mdbtools packages in the Software Center for installation, which should be four, one basic package, one devel package, one lib package, and one gmdb (graphical interface package)
The former is the core component, and the latter is the graphical interface operation component.
After the installation is complete, enter "mdb viewer" under "office" or enter "gmdb2" under the command line ".
With the Help File: This will build some useful utilities:
Mdb-ver-prints the version (JET 3 or 4) of an mdb file mdb-dump-simple hex dump utility that I 've been using to look at mdb files mdb-schema-prints DDL for the specified table mdb-export ―― export table to CSV format mdb-tables-a simple dump of table names to be used with shell scripts mdb-header-generates a C header to be used in exporting mdb data to C prog. mdb-parsecvs-gener Ates a C program given a CSV file made with mdb-export mdb-SQL-if-enable-SQL is specified, a simple SQL engine (also used by ODBC and gmdb ).
Gmdb2-a graphical utility to browse MDB files.
And some utilities useful for debugging:
Prcat-prints the catalog table from an mdb file, prkkd-dump of information about design view data given the offset to it. prtable--dump of a table definition. prdata-dump of the data given a table name. prole-dump of ole columns given a table name and sargs.
Once MDB Tools has been compiled, libmdb. [so | a] will be in the src/libmdb directory and the utility programs will be in the src/util directory. you can then run 'make install' as root to install (to/usr/local by default ).