In Application Module Impl
Row row = vo.createRow();
row.setAttribute("MemFirstname","Anil");
row.setAttribute("MemLastname","Sharma");
row.setAttribute("MemLastname","Sharma");
vo.insertRow(row);
getTransaction().commit();
getTransaction().commit();
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.