![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My application has a save button that the user must press before changes in the DataSet are committed to the database. I am using the Delete() method to delete rows fromt the DataSet. I am having trouble reading columns from rows whose row state is Deleted in the DataSet that is returned by the GetChanges() method. I have also tried using the Select() method and specifying the rows returned should have a Deleted row state. In both cases I get the following exception when trying to access any column in the rows returned: An unhandled exception of type 'System.Data.DeletedRowInaccessibleException' occurred in system.data.dll Additional information: Deleted row information cannot be accessed through the row. Does anyone know of a simple way to access these deleted rows? Thanks, Fred |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |