update using relationships

  • Thread starter Thread starter fanor
  • Start date Start date
F

fanor

Hi all,

I have 2 tables and a relatioship.
Clients, house, clientshouse

I also have a form with many text controls bound to the relationship.
THis controls are fields of table house.

After I made changes to the data I want to update the table house

this.daHouse.Update(this.dsCM1,"house")

But it didn't update the table??? am I missing something????
 
It is false.

It looks that the controls are not bound to the table house.
the binding in design time are like

ControlMyfield to dsCM1.clientshouse.Myfield

where Myfield is a field of table house
 
Back
Top