⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 直接存取Access97数据库文件(MDB)的工具库源码
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -