Native C++ SQL Framework - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T02:32:00Z http://stackoverflow.com/feeds/question/360154 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/360154/native-c-sql-framework 1 Native C++ SQL Framework newoldman 2008-12-11T17:16:30Z 2008-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#360190 2 Answer by Paul Betts for Native C++ SQL Framework Paul Betts 2008-12-11T17:27:38Z 2008-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#360460 0 Answer by Max Lybbert for Native C++ SQL Framework Max Lybbert 2008-12-11T18:54:29Z 2008-12-11T18:54:29Z <p>Personally, I like the <a href="http://dtemplatelib.sourceforge.net/" rel="nofollow">database template library</a>.</p>