A
Adam Maltby
Hi,
I have a datagrid bound to a dataset using .SetDataBinding
Once the info is loaded into the table and the user has edited it (be that adding new rows, deleting or modifying rows) I then need to write them back to sql2000.
Two questions:
Since the datagrid is bound to the dataset, any changes in the grid should update the dataset?
If the above is true, can I just use the dataset merge to apply changes to sql?
Cheers
Adam
I have a datagrid bound to a dataset using .SetDataBinding
Once the info is loaded into the table and the user has edited it (be that adding new rows, deleting or modifying rows) I then need to write them back to sql2000.
Two questions:
Since the datagrid is bound to the dataset, any changes in the grid should update the dataset?
If the above is true, can I just use the dataset merge to apply changes to sql?
Cheers
Adam