J
Juan Romero
Hey guys,
I would like to know what the acceptchanges() method does. I have been
trying to get a dataset to update the underlying database, and after
fighting with it FOR 2 days, I finally realized the reason why it was not
updating is because I was using this method before the update call.
Now, WHY would Microsoft programmers name this method "AcceptChanges()" If
it DOES NOT accept the changes? or it probably does something similar (I do
not know what) but IT DOES NOT DO WHAT ITS NAME SUGGESTS....
I am getting into .NET technologies now, and I just find it so hard and
ridiculouly inconsistent to work with all these controls that have methods
that don't do what they suggest.
I like Microsoft's technologies and want to become proficient at them, but
when I have to spend 2 days trying to solve some minor stupid thing because
the HELP file is virtually useless, I really consider whether I should find
another technology that saves me time and aggravation.
An example of the VS HELP FILE's usefullness:
Refresh Method: Refreshes the control.
WOW, thanks for the tip, I could not have figured that out on my own....
I would like to know what the acceptchanges() method does. I have been
trying to get a dataset to update the underlying database, and after
fighting with it FOR 2 days, I finally realized the reason why it was not
updating is because I was using this method before the update call.
Now, WHY would Microsoft programmers name this method "AcceptChanges()" If
it DOES NOT accept the changes? or it probably does something similar (I do
not know what) but IT DOES NOT DO WHAT ITS NAME SUGGESTS....
I am getting into .NET technologies now, and I just find it so hard and
ridiculouly inconsistent to work with all these controls that have methods
that don't do what they suggest.
I like Microsoft's technologies and want to become proficient at them, but
when I have to spend 2 days trying to solve some minor stupid thing because
the HELP file is virtually useless, I really consider whether I should find
another technology that saves me time and aggravation.
An example of the VS HELP FILE's usefullness:
Refresh Method: Refreshes the control.
WOW, thanks for the tip, I could not have figured that out on my own....