2
My java application for web gives several times the error of SQL Syntax, but only indicates a snippet of the SQL script that gives error.
Is there any way I can see the full script that was "played" on MySQL What went wrong? Like, he says he’s wrong about the clause WHERE. How can I see all that java mounted to execute, since the INSERT?
you are using jsf?
– André Martins
Using the DAO standard? Queries are mounted manually or are using an automated way?
– Luídne
Using DAO and jsf standards yes.
– user13124