J
John
Hi
I have below code to update data;
Try
Me.TableAdapterManager.UpdateAll(Me.MyDataSet)
Catch ex As DBConcurrencyException
End Try
The exception ex returns ex.row as the data row with concurrency issue. As
there are several tables in dataset, how can I find which table the data row
belongs to and then typecast ex.row to the relevant data table's data row
type?
Many Thanks
Regards
I have below code to update data;
Try
Me.TableAdapterManager.UpdateAll(Me.MyDataSet)
Catch ex As DBConcurrencyException
End Try
The exception ex returns ex.row as the data row with concurrency issue. As
there are several tables in dataset, how can I find which table the data row
belongs to and then typecast ex.row to the relevant data table's data row
type?
Many Thanks
Regards