September 14, 2004
Hello,

I started a new project on dsource.org. It should be interesting for people with a need for fast database access in a few lines of code, without caring too much about odbc.

The Simple Database Objects collection is a set of helper classes for the odbc API on win32. There is already useable code (alpha state), a library with helper classes for the henv, hdbc and hstmt handles, example code and a doxygen generated documentation.

It hides away a lot of odbc boilerplate code and abstracts a few things, takes care of column binding etc., while still making the raw API handles and calls available to the library user.

If you are interested, check it out at http://www.dsource.org/projects/sdbo/