J
John
Hi
I have asked this question before but have not received any clear answer. I
have a winform app with bound controls via dataadapter/dataset combination.I
have a dbconcurrency exception ex. Now I have the following;
DataRow = ex.Row
DataTable = ex.Row.Table
DataColumns = ex.Row.Table.Columns
DataSet = ex.row.Table.Dataset
How can I now via code, do the following;
1. Make a copy of the datarow,
2. Re-read the row from datasource,
3. Update read row with values form row copy.
Any help woudl be appreciated.
Many Thanks
Regards
I have asked this question before but have not received any clear answer. I
have a winform app with bound controls via dataadapter/dataset combination.I
have a dbconcurrency exception ex. Now I have the following;
DataRow = ex.Row
DataTable = ex.Row.Table
DataColumns = ex.Row.Table.Columns
DataSet = ex.row.Table.Dataset
How can I now via code, do the following;
1. Make a copy of the datarow,
2. Re-read the row from datasource,
3. Update read row with values form row copy.
Any help woudl be appreciated.
Many Thanks
Regards