RE: iBATIS with DB2 stored procedure call problem

2007-12-17 Thread Kezerashvili, Denis
gyan Agrawal "Kezerashvili, Denis" <[EMAIL PROTECTED]> 14/12/2007 00:11 Please respond to user-java@ibatis.apache.org To cc Subject iBATIS with DB2 stored procedure call problem We are u

Re: iBATIS with DB2 stored procedure call problem

2007-12-15 Thread Stephen Boyd
ay be you can send what config you > are using. > > Cheers, > Abhigyan Agrawal > > > > > *"Kezerashvili, Denis" <[EMAIL PROTECTED]>* > > 14/12/2007 00:11 > Please respond to > user-java@ibatis.apache.org > > To > cc > Subje

RE: iBATIS with DB2 stored procedure call problem

2007-12-14 Thread Kezerashvili, Denis
From: Abhigyan Agrawal1 [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 2:00 AM To: user-java@ibatis.apache.org Subject: Re: iBATIS with DB2 stored procedure call problem Are you sure that the user

Re: iBATIS with DB2 stored procedure call problem

2007-12-13 Thread Abhigyan Agrawal1
t; <[EMAIL PROTECTED]> 14/12/2007 00:11 Please respond to user-java@ibatis.apache.org To cc Subject iBATIS with DB2 stored procedure call problem We are using iBATIS as a persistence layer running on top of DB2. We've ran into a problem executing stored procedure.

iBATIS with DB2 stored procedure call problem

2007-12-13 Thread Kezerashvili, Denis
> We are using iBATIS as a persistence layer running on top of DB2. > We've ran into a problem executing stored procedure. > > The following works: > > {call PERMIT.PERMIT_DELETE_USER_BY_ID_SP(#id#, > #updateId#)} > > > But this does not: > >