I need a solution
I've been trying to use the Stored Procedure generator to create components for MySQL with ODBC but I keep getting a syntax error as follows :
ErrorMessage = "ERROR [42000] [MySQL][ODBC 5.3(a) Driver][mysqld-5.6.22-log]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 'CreateNewEntry' at line 1"
LastComponent = "Create New Entry"
The stored procedure runs ok from MySQL Workbench.
Is that the same as the error 3636359 in http://www.symantec.com/docs/HOWTO101650 ?
If so it was supposed to be fixed in a 7.5 service pack hot fix. I'm using 7.6.4383 so maybe its not the same thing?
Has anyone else seen this?