libodbc - howto?

Hi,
I've found a library that seems to be nice to connect to a DB using ODBC drivers, but I just can't seem to find any tutorial or so to guide me through its use. Does anyone know this lib and how to use it, e.g. to create a connection?
Any help would be highly apreciated!
The lib can be found at http://libodbcxx.sourceforge.net/
Thanks,
Vitor
Doing ODBC manually in C++ is actually quite easy. If you google for C++ ODBC you will find some excellent tutorials.
You don't need any lib for ODBC
And use ADO instead.
Topic archived. No new replies allowed.