G
Guest
Hello
I've two tables: one master and the other is detail
I've this two lines
daNoleggi.Update(_ds.GH_Noleggi
daDettaglio.Update(_ds.GH_DettaglioNoleggio
When I add a line in GH_DettaglioNoleggio its state is "Added". After this line: daNoleggi.Update(_ds.GH_Noleggi
the state of the line in GH_DettaglioNoleggio is unchanged, then it's not saved in database
How is it possible this thing
Thanks for your help.
I've two tables: one master and the other is detail
I've this two lines
daNoleggi.Update(_ds.GH_Noleggi
daDettaglio.Update(_ds.GH_DettaglioNoleggio
When I add a line in GH_DettaglioNoleggio its state is "Added". After this line: daNoleggi.Update(_ds.GH_Noleggi
the state of the line in GH_DettaglioNoleggio is unchanged, then it's not saved in database
How is it possible this thing
Thanks for your help.