Joachim Person wrote:
> Where can I find the documentation for MySQL++? I'm using MS .NET.
>
>
The documentation is here: http://dev.mysql.com/doc/plusplus/en/index.html
It's sadly out of date, but even for more than 20 minor version revs,
very little in the API has really changed. If you skim the changelogs
since 1.7.9 you'll see the changes. A couple of them are noteworthy,
such as changes to filenames and a reversal of the exceptions, but most
of the changes have been bug fixes, requested additions, etc.
As a lover of documentation I'm thinking about taking this on as a
project: To get this document up to date, and to improve chapter 5,
which is the most useful but also the hardest to use.