How to Manipulate Data of MySQL Tables on Mac OS X
Published on February 27, 2011 by
I was looking for a tutorial to fetch data from MySQL on Mac OS X or Linux flavors. This helped me. I just modified it a bit. After saving the following code as myclient.c: /* See url for more info: http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html */ #include #include #define Q1 “insert into test (a , b) values (? , [...]
Posted in Cocoa/Objective-C, Linux
No Comments