J
John
Hi
I have a strongly typed dataset winform app. When I try to update a table
via;
daStaff.Update(ds.Staff)
I get an 'Expression too complex' exception but it does not tell me which
expression is too complex or which table field(s) is involved. What is the
way to proceed from here to debug this problem? MS Access is the backend
database.
Thanks
Regards
I have a strongly typed dataset winform app. When I try to update a table
via;
daStaff.Update(ds.Staff)
I get an 'Expression too complex' exception but it does not tell me which
expression is too complex or which table field(s) is involved. What is the
way to proceed from here to debug this problem? MS Access is the backend
database.
Thanks
Regards