New fields not committed to the database

On the security sample project: I added some fields to the table sec_users, and I also added the fields on the add and edit form users respectively. When I execute the form, it accepted the inputs and validates it but did not commit it to database please what must I do sir.

Probably you added fields manually, but in forms, you have to add on table and synchronize under Application submenu

I ran into the same issue all of a sudden: You need to place a [SIZE=14px]sc_commit_trans(“Connection”)[/SIZE]