I built a Winform with several textbox's. I am using sqlDataAdapter. My
DataSet is "dsOwnerAnimal1". I have some records in the sql table and I can
display them with "Fill, Next and Previous". I clear the DataSet with
'dsOwnerAnimal1->Clear();' and the I enter data into the textbox fields. I
then GetChanges and do the update. First I check for changes 'HasChanges'
this always fails. Do I need to somehow put the DataSet into insert mode or
something? Help!! The problem could related!
> What's the Problem?????
>
> is it related to Databinding??