peterlaursen wrote on Jun 7 2007, 02:29 PM:
I think every GRID based GUI does like this. The only exception is TIMESTAMP fields defined as 'ON UPDATE CURRENT_TIMESTAMP' because the server should update those with now()!
How should we check otherwise than comparing with data on the server? That would demand the same or maybe more data to be transferred.
You can work from the RESULT tab and not the DATA tab and only the displayed columns will be updated.
Fast response 🙂
Ok, agree about result tab, but since you dont check anyway with the server data when sending the update, you might check if a column has changed on the client side only, true?
Plz correct me if i'm wrong..