Okay so, I'm generally a .NET developer, but I'm looking to expand and I'm starting to become familiar with C++ as a whole, and would really love to learn how to efficiently interact with a MySql database.
Now obviously it isn't as straight forward as .NET, as there is a standard library provided which is extremely straight forward and user friendly.
With C++, I have been able to find two wrappers/library's to be used for MySql, the official MySql Connector++ from mysql.com, and the MySql++ library developed by tangentsoft.
My question to you is which wrapper/library is the easier/faster wrapper to be using, overall which one is better.
Generally I have worked with emulation servers as my main learning outlet and would love to continue to do that, therefore my use with mysql would require frequent queries and possible use of stored procedures (new concept for me also). So I'm really at a block here, as I have no idea how to continue, I shall carry on searching around while I hope the great community here can provide some assistance
Now obviously it isn't as straight forward as .NET, as there is a standard library provided which is extremely straight forward and user friendly.
With C++, I have been able to find two wrappers/library's to be used for MySql, the official MySql Connector++ from mysql.com, and the MySql++ library developed by tangentsoft.
My question to you is which wrapper/library is the easier/faster wrapper to be using, overall which one is better.
Generally I have worked with emulation servers as my main learning outlet and would love to continue to do that, therefore my use with mysql would require frequent queries and possible use of stored procedures (new concept for me also). So I'm really at a block here, as I have no idea how to continue, I shall carry on searching around while I hope the great community here can provide some assistance
