Thread: mysql++

  1. #1
    Registered User
    Join Date
    Nov 2004
    Location
    Slovenia, Europe
    Posts
    115

    mysql++

    I was wondering if I can use MySQL++ with Dev-C++ (Dev-Cpp has a mingw compiler) and if I can, where can I get a mysql++ mingw version?

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    IIRC theres only support for it in Visual C++, Borland C++, GNU C++, and maybe a few others. I think the only other way would be to get the ODBC connector, and access the database through it, assuming Dev C++ can do this. ODBC is alright for viewing a DB, but it's terrible to try and program through, just not flexible enough. If that doesnt help just go to mysql.com and then click the link that says mysql++ on the right hand side.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Location
    Slovenia, Europe
    Posts
    115
    But there is a problem: I haven't got enough fast computer to install Visual C++, Borland C++ or something else. The only thing that works is Dev C++ with Mingw compiler.

    I don't want to use ODBC 'cause I need fast, reliable and easy-programmable database interface - and I know how to program in PHP that has almost similar function to control the MySQL.

    PS: For example that I compile a MySQL++ with Borland C++. Can I use the compiled library in Dev-C++ with Mingw?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Change detection in MySQL.
    By amitbora27 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-13-2009, 10:34 AM
  2. MySQL libraries
    By csonx_p in forum C++ Programming
    Replies: 6
    Last Post: 10-02-2008, 02:23 AM
  3. About C++ and MySQL or oether free database
    By xxxrugby in forum C++ Programming
    Replies: 18
    Last Post: 12-30-2005, 06:28 AM
  4. Get data from mysql and use in a system.
    By smaakage in forum Tech Board
    Replies: 3
    Last Post: 10-04-2005, 12:03 PM
  5. Get data from mysql and use in a system.
    By smaakage in forum C++ Programming
    Replies: 5
    Last Post: 10-02-2005, 01:25 PM