I am using iBATIS to retrieve the data from database. I am calling a stored procedure which takes 3 input parameters, out of which one serves as input and ouput. I have set the mode this parameter as INOUT in my xml file. When i call the stored procedure throug my java code, it gives me error - "retrieval of output parameters failed".
Stored procedure Output Parameter does work with spring + iBATIS ?
Please help...!!!!!!


Reply With Quote