Page 1 of 1

About Question enthuware.ocpjp.v8.2.1831 :

Posted: Fri Aug 03, 2018 10:58 am
by __JJ__
Hi Admin
2. Use rs.updateXXX methods to update all column values. You must set values for all the columns.
I think it must be the case that only non-null columns must have a value set. To be otherwise would make this mechanism unworkable, or unusable (or both) in the vast majority of cases.

Thanks

Re: About Question enthuware.ocpjp.v8.2.1831 :

Posted: Fri Aug 03, 2018 11:06 am
by admin
Yes, it should be all "non-null" columns.
Fixed.
thank you for your feedback!