CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: C++ SQL Library

  1. #1
    Join Date
    Oct 2004
    Posts
    5

    C++ SQL Library

    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!

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: C++ SQL Library

    Have you tried searching the Web. A little searching brought me to OTL. 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.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Apr 2004
    Location
    England, Europe
    Posts
    2,492

    Re: C++ SQL Library

    Quote Originally Posted by laserlight
    Have you tried searching the Web. A little searching brought me to OTL. There are probably more out there.
    Erm ...

    Quote Originally Posted by cancel
    I'd like to hear your experiences with such libraries. And good recommendations!
    My hobby projects:
    www.rclsoftware.org.uk

  4. #4
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: C++ SQL Library

    Erm ...
    cancel did not even mention any that he or she has considered.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  5. #5
    Join Date
    Oct 2004
    Posts
    5

    Re: C++ SQL Library

    Quote Originally Posted by laserlight
    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.

  6. #6
    Join Date
    Oct 2004
    Posts
    5

    Re: C++ SQL Library

    Anybody?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured