Hi,
I have the following statement setup.
<statement id="killSqlProcessId" parameterClass="int">
kill #value#
</statement>
When I try to execute using,
sqlMap.queryForObject( "killSqlProcessId", procId );
I get "Incorrrect syntax near '@PO'" error although the sql log shows the prepared statement and the parameter to be correct. Any help is greatly appreciated.
Thanks.
