Click to See Complete Forum and Search --> : C++ SQL Library


cancel
March 12th, 2008, 05:28 AM
Hello,

I am looking for a free (open source) C++ SQL database library.
I would like it to be able to use different DBMS (e.g. Microsoft SQL server, MySql etc.). Windows platform should be supported. Other platforms are optional.

I'd like to hear your experiences with such libraries. And good recommendations!

Thanks!

laserlight
March 12th, 2008, 05:52 AM
Have you tried searching the Web. A little searching brought me to OTL (http://otl.sourceforge.net). There are probably more out there.

Of course, you may not necessarily need a database abstraction library, e.g., you have a storage layer, and are willing to re-implement it for each database management system that you support.

Zaccheus
March 12th, 2008, 06:22 AM
Have you tried searching the Web. A little searching brought me to OTL (http://otl.sourceforge.net). There are probably more out there.

Erm ...

I'd like to hear your experiences with such libraries. And good recommendations!

:wave:

laserlight
March 12th, 2008, 06:31 AM
Erm ...
cancel did not even mention any that he or she has considered.

cancel
March 12th, 2008, 07:19 AM
Have you tried searching the Web.

Yes, but it is very hard to find information on the quality (stability, performance etc) of the libraries. So that's why I hope there are some people who have expericence with such libraries. i don't have a short list yet, so I am open to all sugeestions.

cancel
March 25th, 2008, 07:48 AM
Anybody?