Unsupported Screen Size: The viewport size is too small for the theme to render properly.

C++ MySQL API

forums forums SQLyog SQLyog Comments C++ MySQL API

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #8802
      leopuppo
      Member

      To the Developer,

      I'm learning Visual C++ and would like to experiment a little with connecting to a MySQL server directly (not using ODBC).

      I found 3 APIs so far; the C one that comes with the MySQL server sources, and two C++ ones; MySQL++, and mysqlcpp.

      I believe the FAQ says you are using the one that comes with the MySQL sources, but which one would you recommend for a newbie on the subject?

      Thanks

    • #17024
      Ritesh
      Member

      We use MySQL C API to work with a MySQL server. It is developed/supported by the MySQL developers and is undoubtedly the fastest way to work with a MySQL server.

      We dont have knowledge of either MySQL++ or mysqlcpp. I believe it all boils down to your language preference – whether you like C or C++.

      Try each of them and find out which one suits you the best.

    • #17025
      leopuppo
      Member

      True. I guess I have time to check them all out…

      Thanks for the info!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.