Hi people,

Do you have any good sites for C++ MySQL.Especially how the 'query' part works in the C++.

Thanks a lot!!!

Hi people,

Do you have any good sites for C++ MySQL.Especially how the 'query' part works in the C++.

Thanks a lot!!!

There's MySQL, there's C++, and there's how to use MySQL from C++. I've used MySQL++ as a wrapper successfully to do this, but that was a while ago, so I don't remember the ins and outs. The first link is MySQL++, which is a wrapper for the second link (MySQL C API). I've never used the MySQL C API, just MySQL++.

http://tangentsoft.net/mysql++/
http://dev.mysql.com/doc/refman/5.0/en/c.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.