Native C++ SQL Framework - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T02:32:00Zhttp://stackoverflow.com/feeds/question/360154http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/360154/native-c-sql-framework1Native C++ SQL Frameworknewoldman2008-12-11T17:16:30Z2008-12-11T18:54:28Z
<p>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.</p>
http://stackoverflow.com/questions/360154/native-c-sql-framework/360190#3601902Answer by Paul Betts for Native C++ SQL FrameworkPaul Betts2008-12-11T17:27:38Z2008-12-11T17:27:38Z<p>I believe that Qt has at least some of what you're looking for</p>
http://stackoverflow.com/questions/360154/native-c-sql-framework/360460#3604600Answer by Max Lybbert for Native C++ SQL FrameworkMax Lybbert2008-12-11T18:54:29Z2008-12-11T18:54:29Z<p>Personally, I like the <a href="http://dtemplatelib.sourceforge.net/" rel="nofollow">database template library</a>.</p>