O
Olivier Matrot
Hello,
I'm having trouble inserting data in a table.
Basically, I'm adding a datarow to a datatable that was populated from the
datasource with an adapter.
Before calling the Update command, the datatable is added a new row
(RowState for this new row = Added).
After calling the Update Method, rowstate becomes Unchanged and no exception
is thrown...
I'm trying to understand this behavior. Any help appreciated.
TIA.
I'm having trouble inserting data in a table.
Basically, I'm adding a datarow to a datatable that was populated from the
datasource with an adapter.
Before calling the Update command, the datatable is added a new row
(RowState for this new row = Added).
After calling the Update Method, rowstate becomes Unchanged and no exception
is thrown...
I'm trying to understand this behavior. Any help appreciated.
TIA.