aspose file tools
The moose likes Object Relational Mapping and the fly likes iBatis Stored Procedure call Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "iBatis Stored Procedure call" Watch "iBatis Stored Procedure call" New topic
Author

iBatis Stored Procedure call

Imre Tokai
Ranch Hand

Joined: Jun 04, 2008
Posts: 129
Hello!


How can i call stored procedure with OUT parameters return values?

I tried with:




Parameters seems to be passed OK, but database remains to hang on ResultSet log row.

I found plenty of examples around, but i haven't been able to create working solution so far: I need tested code


Regards
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: iBatis Stored Procedure call
 
Similar Threads
IBATIS - multiple parameter
Ibatis 2 procedur with cursor out parameter
jdbctype for enum in parameterMap's parameter in IBATIS
Ibatis to pull values from dual defined in stored proc
Error in updating a table in mysql using IBATIS