C++ library for SQL/ODBC (non VC++)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zensunni
    New Member
    • May 2007
    • 101

    C++ library for SQL/ODBC (non VC++)

    Is there a library for those going the g++ route?

    I've just discovered MinGW + Qt and if I can find something really good for SQL or ODBC, then I can say goodbye to Microsoft dependency.

    The only thing I don't want to do is waste a bunch of days and have learner's remorse.
  • george666
    New Member
    • Jul 2008
    • 28

    #2
    MinGW + QT is ********.
    The only professional tool is VS.NET.
    and this has nothing to do with SQL client.
    SQL is used with OLEDB, ADO , etc...
    Last edited by Banfa; Dec 7 '08, 02:10 AM. Reason: Removed swearing

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      Actually

      MinGW is outdated but in fact so is VS.NET

      Rather than MinGW consider CodeBlocks, rather than VS.NET consider VS 2008

      zensunni a Google search on "odbc libraries" throws up some results you could may be investigate and use.

      Comment

      Working...