Anil's Blog is Best Viewed on GOOGLE CHROME

Saturday, May 2, 2009

Insert a new record by createRow()



In Application Module Impl

Row row = vo.createRow();
row.setAttribute("MemFirstname","Anil");
row.setAttribute("MemLastname","Sharma");
vo.insertRow(row);
getTransaction().commit();

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.