Quote Originally Posted by Paul McKenzie View Post
See my edited post. Secondly, if you're just learning C++, why are you using a third-party library to learn from? You should be learning from books, tutorials, etc.

The MySQL library assumes you know C++ already, so when you use the library, you know exactly what you're doing. Otherwise, all you will be doing is writing apps that are full of mistakes, memory leaks, etc.

Regards,

Paul McKenzie
OK Paul can you give some guidance where I can get good tutorial on the topic I am looking for that is Using MySQL database from C++