vote up 1 vote down star

I need a high performance framework in native C++ for SQL. I need it to be able to use MySQL, Oracle and Microsoft SQL Server and provide abstraction from the lower level problems/idiosyncrasies found in every different syntax required for by DBMS from different vendors. Something like LINQ for C# and VB .Net.

flag

80% accept rate

2 Answers

vote up 2 vote down check

I believe that Qt has at least some of what you're looking for

link|flag
That was what came to mind for me also. – ConcernedOfTunbridgeWells Dec 11 '08 at 18:29
vote up 0 vote down

Personally, I like the database template library.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.