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????
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????