shadedecho
Programmer
I want to write a simple c/c++ program that does some specific, sensitive querying of a local mysql database.
i know there are probably a million ways to do this... but i don't need any kind of special ability, just some simple select and insert queries... and no need for advanced exception handling or anything like that.
basically, i don't really know the simple way to make some queries from inside a c/c++ program. I have the "libmysqlclient" installed on this box, and was hoping I could utilize that, but i don't how to go about this. also, i looked into the "mysql++" api library from the folks at mysql. but i can't seem to get it to install properly.
can anyone point me in the right direction?
i know there are probably a million ways to do this... but i don't need any kind of special ability, just some simple select and insert queries... and no need for advanced exception handling or anything like that.
basically, i don't really know the simple way to make some queries from inside a c/c++ program. I have the "libmysqlclient" installed on this box, and was hoping I could utilize that, but i don't how to go about this. also, i looked into the "mysql++" api library from the folks at mysql. but i can't seem to get it to install properly.
can anyone point me in the right direction?