This is a
library of functions to help other code work with INI files. I am thinking
that a future, enhanced, version of this may become a stock Linux lib;
allowing more common use of INI files as a standard format of new config
files. In the meantime, it is used heavily by ODBC
Config and driver setup libs. |
This library
amounts to a logging facility. It is used by ODBCINST and the unixODBC
Driver Manager. This will either get enhanced or replaced over the comming
months (probably enhanced). I would like to see it use UNIX logging. |
This library
provides a set of small and simple functions for; creating, managing, and
deleting a single or doubly linked list. These functions serve to consolidate
ad-hoc linked list code in unixODBC and to provide a foundation for cursor
support.

|
This library
provides applications, and other unixODBC components, the ability to read/write
ODBC System Information without regard to where or how this information
is stored. It implements all major API's from the MS'isms and adds a few
convenience functions. One enhancement is the addition of a few APIs for
working with ODBC Config programs in a KDE/Qt based environment.. |