I would like to know how to make an ODBC connection to MySQL database using C++. I know the mysql++ is an alternative to go from C++ directly to MySQL, but that is not what I want. Ultimately, I would need to make multiple ODBC connections to multiple MySQL servers from the same program. A simple program would be helpful.