database does not commit

database does not commit

OscarCOscarC Posts: 19Questions: 5Answers: 0

I have a datatable where I can use the Edit and Delete components of the Editor with no problem.
Now, if I Add a new record, the new row shows in the table but the data never makes it to the database.
I am not sure if it does not commit (the db is Oracle), or it never makes it to the database and stays only in the js in the browser.
Any suggestions on how to debug this issue?

Answers

  • OscarCOscarC Posts: 19Questions: 5Answers: 0

    Please ignore this thread. It was a non sense mistake

This discussion has been closed.