I want to create a MFC multiple document application. A MYSQL-Server (4.x) is set up and can be accessed via web (e.g. phpmyadmin).
Can anybody tell me, how to set up a new project, if I want to connect to a MYSQL-Database? Are there any good tutorials or documents handling this? What is the best method to connect to the database in your opinion?
Thanks in advance.