RE: Problem with stored procedure and resultMap or resultClass?

2005-06-03 Thread Ravi Sundaar
My question is fairly simple: How can I use ibatis to get result sets from a stored procedure that has no "OUT" or "INOUT" parameters? The stored procedures that I need to invoke take one or more "IN" parameters and generate one or more result sets. They don't have any declared "OUT" or "INOUT" p

RE: Problem with stored procedure and resultMap or resultClass?

2005-06-03 Thread Ravi Sundaar
#x27; in your parameterName? Try using 'casefileId'.>>Hope this helps,>>Niels>>>From: Ravi Sundaar [mailto:[EMAIL PROTECTED]>Sent: vrijdag 3 juni 2005 12:44>To: ibatis-user-java@incubator.apache.org>Cc: [EMAIL PROTECTED]>Subject: Problem wit

Problem with stored procedure and resultMap or resultClass?

2005-06-03 Thread Ravi Sundaar
 am running into a problem accessing result sets from stored procedure using ibatis datamapper. My DBMS is sybase and driver is Jtds. Here is the sqlmap: http://www.ibatis.com/dtd/sql-map-2.dtd"> javaType="java.lang.String" mode="IN"/> {call stpRtrvPropAssessmt (?)}