E
EMW
VB.NET question.
I have a number of textboxes bound to a dataset.
When I change some text in one of the textboxes it is nicely updated in the
dataset.
But when I then want to update the database with the changes in this
dataset, DataSet.HasChanges is set to false.
How can this happen?
As far as I know, AcceptChanges is not called.
Can I force the update command to update the database, wheather there are
changes or not?
rg,
Eric
I have a number of textboxes bound to a dataset.
When I change some text in one of the textboxes it is nicely updated in the
dataset.
But when I then want to update the database with the changes in this
dataset, DataSet.HasChanges is set to false.
How can this happen?
As far as I know, AcceptChanges is not called.
Can I force the update command to update the database, wheather there are
changes or not?
rg,
Eric