Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to connect VC++ MFC with MYSQL? Instead of using CDatabase, because it allows ExecuteQuery() function to take only string inputs.
Posted
Comments
Richard MacCutchan 20-May-11 8:33am    
Have you looked at CRecordSet? It may help you.
Gokulnath007 20-May-11 8:43am    
Yes, I tried with CRecordSet only, but if we need to execute it, we need to use the CString inputs only..

1 solution

 
Share this answer
 

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