Click here to Skip to main content
15,885,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to connect mysql to visualc++6.0 mfc application and also perform Add, Update and Delete operations?
Posted

MySQL C/C++ connectors :

http://www.mysql.com/downloads/connector/c/[^]
http://www.mysql.com/downloads/connector/cpp/[^]

There is no platform called Visual C++ (It's only the Compiler).
These libraries can be used with C/C++ (MFC, Win32 or whatever APIs on windows).
See the documentations of above libraries for help.
 
Share this answer
 
 
Share this answer
 
Comments
gurunbr1 3-Apr-13 7:42am    
i need visual c++.
[no name] 3-Apr-13 8:13am    
Which is exactly what you got.
Richard MacCutchan 3-Apr-13 9:06am    
Go and do some reading.
gurunbr1 3-Apr-13 9:12am    
i got another answer
Richard MacCutchan 3-Apr-13 9:22am    
Most of which you could have found quite easily by doing your own research first.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900