reset password
Author Message
rmhatre
Posts: 4
Posted 13:30 Mar 06, 2014 |

Do we have to use insert and update in ADD and EDIT ???? or those changes made by user should be application scoped???

cysun
Posts: 2935
Posted 14:20 Mar 06, 2014 |
rmhatre wrote:

Do we have to use insert and update in ADD and EDIT ???? ...

Yes. Storing course information in database means all the course-related operations, including add and edit, need to be changed accordingly.