Version: Power Edition 2.3 – Build 2010.10.20
I have a ListGrid A which combine Table X & Table Y (Both provide the primary Key) into it.
There is no any problem on fetching the data by using select & join sql statement.
However, if I want to update the record. It told me that I should set "allowMultiUpdate" on OperationBinding.
I would like to ask... how can I handle on this issue? In fact I want to update one table only.
I have a ListGrid A which combine Table X & Table Y (Both provide the primary Key) into it.
There is no any problem on fetching the data by using select & join sql statement.
However, if I want to update the record. It told me that I should set "allowMultiUpdate" on OperationBinding.
I would like to ask... how can I handle on this issue? In fact I want to update one table only.
Comment