Well, I'm going crazy with that. MySQL throws a match for this SQL bit:
INSERT INTO `test_table`
( `column1`, `column2` )
VALUES
( ?COURSEID, ?COURSENAME )
You have an error in the SQL syntax; check the manual that matches your MySQL server version for the correct syntax to use next to "COURSENAME") on line 1
My debugging code displays both parameter values.
source
share