Re: Stored Procedure with variable parameters

2007-02-06 Thread Brandon Goodin
Take a look at dynamic SQL. You may need to do something like use the tag to "iterate" over a List of Strings. Brandon On 2/6/07, Brett Knights <[EMAIL PROTECTED]> wrote: Hello, I am using ibatis as my persistence layer in an application that I'm rewriting. I have some older code that uses J

Stored Procedure with variable parameters

2007-02-05 Thread Brett Knights
Hello, I am using ibatis as my persistence layer in an application that I'm rewriting. I have some older code that uses JDBC directly and I can't see how to integrate it with iBatis in any useful way. The old code calls a stored procedure. After contact information is set the number of argu