install
来自「直接存取Access97数据库文件(MDB)的工具库源码」· 代码 · 共 27 行
TXT
27 行
Basic Installation================== $ cd src $ ./configure $ make This will build some useful utilities:mdb-dump -- simple hex dump utility that I've been using to look at mdb filesmdb-schema -- prints DDL for the specified tablemdb-export -- export table to CSV formatmdb-tables -- a simple dump of table names to be used with shell scriptsmdb-header -- generates a C header to be used in exporting mdb data to a C prog.mdb-parsecvs -- generates a C program given a CSV file made with mdb-exportAnd 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.Once MDB Tools has been compiled, libmdb.a will be in the src/libmdb directoryand the utility programs will be in the src/util directory.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?