Re: stored procedures/functions

2005-08-11 Thread Denis Vladimirov
Thanks, now it works , I also had an error in my Java. Instead of getting the updated "result" object from the Map, I passed as a parameter to the getSqlMapClientTemplate().queryForObject( "getStringParameter", map); String result = (String) map.get("result"); I was trying to use the return objec

RE: stored procedures/functions

2005-08-11 Thread Priyesh Mashelkar
jdbcType should be VARCHAR and not VARCHAR2 i suppose. -Original Message- From: Denis Vladimirov [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 4:58 PM To: user-java@ibatis.apache.org Subject: stored procedures/functions Hi there, I am trying to make a call to a stored Oracle