Results 1 to 4 of 4

Thread: Spring + iBATIS + Stored procedure output parameter

  1. #1
    Join Date
    Aug 2005
    Posts
    6

    Default Spring + iBATIS + Stored procedure output parameter

    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...!!!!!!

  2. #2
    Join Date
    Sep 2004
    Location
    Christchurch, New Zealand
    Posts
    73

    Default

    Have a look at these, they may help, otherwise you need to post your sqlmap xml and Java code.

    http://opensource.atlassian.com/conf...d+procedure%3F

    http://www.mail-archive.com/user-jav.../msg01021.html

  3. #3
    Join Date
    Oct 2009
    Posts
    1

    Default A sample code reference for the above issue


  4. #4
    Join Date
    Dec 2010
    Posts
    1

    Default

    I have problems with this stored procedure:
    PROCEDURE cifrarDato(
    cadena IN varchar2,
    cadenacifrada OUT varchar2,
    proceso IN char,
    ncoderr OUT number,
    msgerr OUT varchar2);


    I don't know how i can get return values in IBATIS.

    I hope someone can help me.

    atte JFAA

Similar Threads

  1. Replies: 5
    Last Post: Oct 1st, 2010, 08:00 AM
  2. Replies: 1
    Last Post: Feb 16th, 2006, 11:10 AM
  3. Stored procedure output parameters
    By arama in forum Data
    Replies: 2
    Last Post: Dec 15th, 2005, 02:23 AM
  4. Transaction Management
    By caverns in forum Data
    Replies: 3
    Last Post: Mar 8th, 2005, 06:38 AM
  5. Replies: 1
    Last Post: Sep 24th, 2004, 03:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •