I would like to update a database (multi-user environment) using PHPGRID, not only by a unique column qualification, but using the original row data in the WHERE clause to confirm data hasn't been changed by another user.
Does phpgrid have a way to enable this feature? Or is there an example solution of how this can be accomplished?
Another reason for asking this, is that some tables don't have a single unique key column. They might make use of several columns to create the uniqe selection.
– Paul
1 Answers
Your Answer