Hey, ive search the net and cant find any good tut on connecting a database in C++. So does anyone knw where i can download a good tut explaining how to use sql in C++ and how to connect to a database using MySql software...
Thanks
Ross
OCCI is the best library for connecting to oracle database from C++.
I have the opportunity to test out OCI vs Pro*C and to my surprise Pro*C (Oracle 10g) has advanced so much that the timing I get is very very CLOSE to OCI. For most cases, Pro*C should suffice and it is much easier to code and debug. My few cents worth of opinion :)