I have this code written to update my dataset under a button click event:


daEmployee.update(dsEmployeeInfo1)


The problem is when I click the button an error message comes up saying "expression too complex". What causes this?
My database has 100 columns is this the reason? If so how do I correct this?