I am just wondering if is there any way to run a script file (containing SQL statements) through MySQL Connector/C++ ?
(As an alternative I can invoke mysql to run script in typical manner. But for that I got to install mysql on the system where my application runs. I don't want to have that dependency. It would be great if this Connector/C++ library or by any other means it can be done)
(As an alternative I can invoke mysql to run script in typical manner. But for that I got to install mysql on the system where my application runs. I don't want to have that dependency. It would be great if this Connector/C++ library or by any other means it can be done)