i want to make a mysql connection in C++ (using the default API or use MySQL++), but i need a way of making the connection instance staying open and public throughout the program, instead of having to define it in each and every header/source file.
Any help please? thanks.
