F
Flomo Togba Kwele
I have a dataset containing a datatable. Everything was working OK. Then I changed the definition
of one of the columns from not null to nullable. Now when I update the adapter, the change is not
being written to the DB.
Just before the update, I looked at the data in the datatable by walking through the datarows, and
it contains the expected value for the row and column I'm interested in. The very next statement is
the Update.
What could be causing this? What tools can I use to diagnose this further?
Thanks, Flomo
--
of one of the columns from not null to nullable. Now when I update the adapter, the change is not
being written to the DB.
Just before the update, I looked at the data in the datatable by walking through the datarows, and
it contains the expected value for the row and column I'm interested in. The very next statement is
the Update.
What could be causing this? What tools can I use to diagnose this further?
Thanks, Flomo
--