Simple C++ ODBC Database API Documentation

The SimpleDB API is a C++ API designed to encapsulate the ODBC API functionality in an object oriented manner. The API has been tested to work with both MySql and PostGreSQL on a Debian Linux platform.

Version:
__BEGIN_VERSION 1.15RC __END_VERSION
Date:
__BEGIN_DATE Thu, 24 Jun 2010 22:49:26 +0000 __END_DATE

Download

The API source can be downloaded from our sourceforge project page or you can get the latest source code from the Simple C++ Database Subversion repository.

Description

The SimpleDB API is a C++ API designed to encapsulate the ODBC API functionality in an object oriented manner.

The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API.

The API provides a Database object that can be used to create instances of Query objects. The Query objects are used to query a database and allow columns to be bound for the query.

The flowing column objects are currently available:

The Database object also has some convenience member functions that allow queries that return a single integer or string to be executed without having to create a query object or bind columns.

The API has been developed under Linux and is built with the GNU toolchain. It has also been reported to compile with MS Visual Studio and a Visual Studio project file is included.

The API has been reported to work with MySql, PostGreSQL and SQLite on a Debian Linux platform and with MS Access on Windows.

Example usage: see simple::cpp

Support

See Support for Simple C++ Databsae API.

Bugs


Documentation pages generated by doxygen.
SourceForge.net Logo