MySQL C++/Connector setClientOption to support multiple statements

Viewed 2094

I have a MySQL client written with C++. I want to enable the MultipleStatement option as described here, but for the C++ of course:

http://dev.mysql.com/doc/refman/5.0/en/c-api-multiple-queries.html

It is impossible to find this on google. Also it is impossible to find any documentation for the C++/Connector. This is pretty frustrating.

If anyone knows any solution for my problem or any documentation page that would be very very helpful.

Thank you

2 Answers
Related