8418 wrong error found Permanently deleted user 创建于 2008年06月06日 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