How Can I Update Selected Columns:
say in a Customers Table, I want to update LastName and FirstName only by specific custCOde , not all fields.
Im using Oracle XE
If you have the object already loaded from the DB, just set the fields you wish and call the save. Only the fields you change should be saved.