Re: Connect to Database

From: Andreas Oswald (blaubaer_at_iname.com)
Date: 10/17/04

  • Next message: Emmon Simbo: "Re: How to connect to MySql??"
    Date: 17 Oct 2004 13:36:37 -0700
    
    

    Hi Victor,

    there's a library called "Simply powerful toolkit" available at
    http://sptk.tts-sf.com/index.php They also provide a tutorial on how
    to use their library with devcpp and especially for connecting databases
    http://sptk.tts-sf.com/docs/devcpp/index.htm

    Another way maybe to use libodbc from

    http://sourceforge.net/projects/libodbcxx/

    Perhaps that helps a bit

    Andreas

    P.S.: Perhaps you should think of using C# and .NET framework. ODBC handling
          in .NET is nice and easy

    Victor Baronich <VictorBaronich@discussions.microsoft.com> wrote in message news:<20BE5259-C5D1-426B-9911-C8F96849B1BD@microsoft.com>...
    > Hi, can someone provide the source code for a C or C++ Win32 application that
    > connects to a Microsoft access or ODBC database? I have tried every tutorial
    > out there and I haven't found one yet that works. maybe i'm doing something
    > wrong. I am using Dev C++ on XP pro. Thanks!


  • Next message: Emmon Simbo: "Re: How to connect to MySql??"