MySQL for MFC application
-
0 down vote favorite I have installed WAMP server in my PC for web application projects. Now i want to develop MFC application that uses mysql database in Visual Studio 2008. Whether MySQL 5.6(WAMP server) available in my PC is enough for this MFC development. Or What i have to install for this Requirements? When i searched in google i got this two. 1.MySQL Connector 2.MySQL for Visual Studio. Please guide me on this
Anu
-
0 down vote favorite I have installed WAMP server in my PC for web application projects. Now i want to develop MFC application that uses mysql database in Visual Studio 2008. Whether MySQL 5.6(WAMP server) available in my PC is enough for this MFC development. Or What i have to install for this Requirements? When i searched in google i got this two. 1.MySQL Connector 2.MySQL for Visual Studio. Please guide me on this
Anu
MFC can use ODBC data sources: https://msdn.microsoft.com/en-us/library/w2c4cthk.aspx[^] MySQL has ODBC drivers for C++ (good for MFC): http://dev.mysql.com/downloads/connector/cpp/[^] What else you need?
Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.