README 752 B

12345678910111213141516
  1. The MDB Tools project is a effort to document the MDB and ACCDB file
  2. formats used in Microsoft's Access database packages, and to provide
  3. a set of tools and applications to make that data available on other
  4. platforms.
  5. NOTE: unixOBDC is an optional dependency.
  6. By default the script will build a driver for use with unixODBC,
  7. if it is installed. If a driver for iodbc is preferred instead
  8. you may set the environment variable UNIXODBC_DRIVER to "no". e.g.
  9. UNIXODBC_DRIVER="no" ./mdbtools.SlackBuild
  10. This script includes the debugging tools 'prcat', 'prkkd', 'prtable',
  11. 'prdata' and 'prole', preffixed with "mdb-" (e.g. 'mdb-prtable')
  12. unless the environment varaible DEBUGGING_TOOLS is set to "no". e.g.
  13. DEBUGGING_TOOLS="no" ./mdbtools.SlackBuild