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
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