| Author |
( IBatis ) After inserting values into database ibatis is returning null
|
Praveen Sangolli
Greenhorn
Joined: May 22, 2008
Posts: 28
|
|
I have this code in my Enquiry.xml file can anyone help me on how to get a value or a confirmation after successfully inserting data into DataBase...
|
 |
Dhananjay Patkar
Greenhorn
Joined: Aug 12, 2008
Posts: 8
|
|
Hey, Use <selectKey> ibatis tag ,Then you will achieve what you are expecting. Its child tag of <insert>. Cheers, Dhananjay
|
 |
Abhie Singh
Greenhorn
Joined: Jan 07, 2012
Posts: 2
|
|
i have a question
i am using ibatis insert with JTA trasaction.
My insert is not getting committed though i am using startTransaction commitTrasaction and endTrasaction(in finally block)
Also got to know that ibatis insert returns null.
If ibatis insert returns some value, will it commit the trasaction?
I have been using same code on stand alone java program using JDBC type driver and it is commiting.
|
 |
 |
|
|
subject: ( IBatis ) After inserting values into database ibatis is returning null
|
|
|