Thread: Interacting with MySQL from C++

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    69

    Interacting with MySQL from C++

    I'm looking for a mysql for windows that lets me send commands and
    retrieve their results from C++ code

    I think this mechanism can be encapsulated in a DLL which functions can be called
    and return the results i need (like a list of structures describing a row from
    a table in the database)

    Does it exist?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I use MySQL with windows, and I use ADO to do this.

    Have a search for some ADO tutorials with C++

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MySQL libraries
    By csonx_p in forum C++ Programming
    Replies: 6
    Last Post: 10-02-2008, 02:23 AM
  2. help using mysql
    By PedroTuga in forum C Programming
    Replies: 5
    Last Post: 04-20-2006, 03:04 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