java.lang.IllegalArgumentException: Entity id should be not zero

0
Hi Guys, I am connecting to external DB MySQL, i am able to fetch data from DB and populate in data grid successfully but when i am trying to edit Column in gird it is showing error as below : java.lang.IllegalArgumentException: Entity id should be not zero
asked
1 answers
0

Simply put, it is not recommended to update data directly from the DB since Mendix takes care of some things regarding the DB.

See this: Mendix Forum - Questions

answered