I can run DELIMITER // in the mysql command line, but could not run it in the C++ statement, it got an Exception: DELIMITER // You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER //'
What I could be missing?
Thank you.
What I could be missing?
Thank you.