Libdbf

From EDM2
Revision as of 15:27, 20 October 2016 by Ak120 (Talk | contribs)

Jump to: navigation, search

libdbf is an old C library that allows you to read .dbf files created by dBase or compatible programs such like Clipper, originally developed for Linux but it is so simple that getting it working for OS/2 is a doodle, it can even be used from DOS and 16 bit Windows with a tiny bit of tinkering. Original author Björn Berg stopped working on it in 2004 and left it in a state that would not compile as it was so you should use the later version on GitHub by Quentin de Metz has had minor mods that allow it to compile out of the box.

Links

Licence

Open source software released under the One Clause BSD Licence.

Author

  • Björn Berg (Original author)
  • Quentin de Metz