G
Guest
I have a DataTable within a DataSet which has controls on a WindowsForm bound
to the columns. Of course, I navigate the table with a CurrencyManager. I
have found that unless I call the CurrencyManager's .EndCurrentEdit function
before I call the DataAdapter's .Update, the changes never make it back to
the SQL Server.
Am I doing something wrong? I assumed that when a control was bound to a
field, the changes that are made in the control immediately effect the data
in the underlying table. Do I need to call some special function to finalize
the edit before I Update? I never had to do this before when working with a
DataGrid.
Thanks
to the columns. Of course, I navigate the table with a CurrencyManager. I
have found that unless I call the CurrencyManager's .EndCurrentEdit function
before I call the DataAdapter's .Update, the changes never make it back to
the SQL Server.
Am I doing something wrong? I assumed that when a control was bound to a
field, the changes that are made in the control immediately effect the data
in the underlying table. Do I need to call some special function to finalize
the edit before I Update? I never had to do this before when working with a
DataGrid.
Thanks