Re: Passing a list as IN parameter to stored procedure

2005-08-12 Thread Prashanth Sukumaran
Hi Larry, It would be something like this. Actually it is not straight forward, you have to do some work at the oracle too. By the way this is database specific. I got this from asktom.oracle.com Here

Re: Passing a list as IN parameter to stored procedure

2005-08-11 Thread Larry Meadors
How would you do it with JDBC? Larry On 8/11/05, Rao, Satish <[EMAIL PROTECTED]> wrote: > > > Has anyone had success with passing a java.util.List as IN parameter to > stored procedure? > If yes, what would the jdbcType in the sqlmap and what would be the > corresponding declaration in store

Passing a list as IN parameter to stored procedure

2005-08-11 Thread Rao, Satish
Title: Passing a list as IN parameter to stored procedure Has anyone had success with passing a java.util.List as IN parameter to stored procedure? If yes, what would the jdbcType in the sqlmap and what would be the corresponding declaration in stored procedure? If this cannot be