I’am doing a program that deals with connecting to mysql server and accessing or writing data. I am wondering whether to do the connector part using connector for c or c++. I have heard that c connector is more stable than the c++ connector. Please do help me choose..
MySQL Connector/C or MySQL Connector/C++?
I’am doing a program that deals with connecting to mysql server and accessing or
Share
Go with the language you’re the most comfortable with, and use the connector for that language.