Thursday 22 March 2012

connect to mysql database with visual c++ in C

what is the best way to talk to a mysql database using C over the internet? sockets? an api within windows? any helpful starting points would be great. 3rd party libraries are out of the question, i would prefer to code it myself or use an api call. regards.

I'd suggest you start by looking at ODBC.

No comments:

Post a Comment