C++ ResourcePool 0.99.17 (Default branch)

C++ ResourcePool is a library which can be used to pool resources ofevery kind. It can also be used as an abstraction layer by providing aunique API for different resources of similar resource types; the mostprominent examples are SQL databases. It includes a convenient way toaccess MySQL and Oracle databases in the same way, so that changing fromMySQL to Oracle or vice-versa does not need big code changes.License: GNU General Public License (GPL)Changes:
A bug which could cause an error message of,"ORA-01000 maximum open cursors exceeded," whenusing SQLBatch was fixed.

More...