8418 wrong error found Follow Roberto Poli Created June 06, 2008 10:35 see attachmentThank's,RobertoAttachment(s):callError.gif
Hello Roberto,
Is conn an instance of java.sql.Connection? IDEA expects SQL statement as
the argument, and does not yet suppoprt JDBC escape syntax.
The workaround is to turn SQL injection off for this method in IDE Settings
/ IntelliLang.
If you want to have JDBC escape syntax support in IDEA then a feature request
should be probably created in JIRA.
Alexander.
Yes, is an instance of java.sql.Connection
Pratically I have to turn off SQL injecton for all my project because this
is a standard Oracle SP call and we have a lot of SP!!!
I think that I will create a JIRA request.
Thank's,
Roberto