--
Norm Bohana

Re: Entering Data into a Textbox by Ritesh

Ritesh
Thu Dec 30 03:45:24 CST 2004

What's the Problem?????

is it related to Databinding??

--
Message posted via http://www.dotnetmonster.com

Re: Entering Data into a Textbox by nbohana

nbohana
Thu Dec 30 14:09:05 CST 2004

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!


"Ritesh Jain via DotNetMonster.com" wrote:

> What's the Problem?????
>
> is it related to Databinding??
>
> --
> Message posted via http://www.dotnetmonster.com
>