I want help to solve this issue. I have a datatable which is created by doing an 'Inner Join' of three tables. This datatable is bound to a datagridview for display of the records. I want to use the bindingsource methods for doing the delete / update on the underlying three tables by using a single tableadapter of this single datatable.
I have searched quite a bit - but just could not get any headway anywhere. It seems the Tableadaptermanager hols the key for this - but the whole thing is very confusing.
Pl help asap.
Renga