VC++ and MySQL

Hi there,
Im trying to develop an application on windows as a windows form.
I need it to display results from a MySQL table and post form content to mysql as well.

Can anyone please tell me a detailed, yet simple language tutorial of how to do it?

Im using Windows 7 (64bit)
VC++ 2010

Thanks very much in advance!
You coule use the mysql library for C (libmysql?), or access your table through the mySQL driver of ODBC. I once did the second solution so it works, but i have no souvenir or backup of my code i'm affraid
Iv managed to link mysql.h successfully.

But im not unsure how to connect to my database and INSERT the values of my form into it.
Topic archived. No new replies allowed.