Hi , I am using Ibatis for my DAO layer. I want to use union having multiple select queries to be unioned by ibatis sqlmap xml.
Pleas let me know if we have something solution with ibatis?
lets take examples, I have registration form for student which have following fields, Name Address Email Password
I want to insert some student details (name, add, email) in student table, and email, password in login table.
I am using ibatis
How to achive this....?
About using union in ibstis sqlmap xmlPiyush Rane April 21, 2011 at 11:50 AM
Hi , I am using Ibatis for my DAO layer. I want to use union having multiple select queries to be unioned by ibatis sqlmap xml. Pleas let me know if we have something solution with ibatis?
Java-jdbcSrinu July 9, 2011 at 4:33 PM
I need a program any format of date given by user that can be inserted in data base server eg:formats 12@021@1989
Ibatis insert into two different tablesGanesh January 6, 2012 at 2:54 PM
lets take examples, I have registration form for student which have following fields, Name Address Email Password I want to insert some student details (name, add, email) in student table, and email, password in login table. I am using ibatis How to achive this....?
Post your Comment