If i want to set a nullValue replacement for an empty String i use this in an explicit parameterMap
<parameter property="codCopiaEsito" jdbcType="CHAR" nullValue=""/> If i want to do the same thing using inline parameters how should i write the statement? I tried whit #codCopiaEsito,jdbcType=CHAR,nullValue=""# and #codCopiaEsito,jdbcType=CHAR,nullValue=# but it doesn't work. Thanks Carlo -- View this message in context: http://www.nabble.com/nullValue-and-empty-Sring-tp18362864p18362864.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
