I've tried mysql++ and now looking at mysql connector/c++
Both are very hard to get working, and the number and type of problems vary from distro to distro. It usualy takes a few days to actually get a program to compile using it due to the fact that it depends too much on the system.
I've been trying to code my own but I'm not finding enough full detailed explainations of the protocol online, so it's proving to be a challenge.
Anyone know of a mysql library that simply consists of a .h file I include in my project? I just want something really easy so I can actually start coding right away and not have to worry about system differences, and linking libraries, installing dependencies, and all that crap. I've thought of just making it use the built in client and parse out the output but that's kind of dirty.
Both are very hard to get working, and the number and type of problems vary from distro to distro. It usualy takes a few days to actually get a program to compile using it due to the fact that it depends too much on the system.
I've been trying to code my own but I'm not finding enough full detailed explainations of the protocol online, so it's proving to be a challenge.
Anyone know of a mysql library that simply consists of a .h file I include in my project? I just want something really easy so I can actually start coding right away and not have to worry about system differences, and linking libraries, installing dependencies, and all that crap. I've thought of just making it use the built in client and parse out the output but that's kind of dirty.
