Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE isn't updating
Message
From
14/03/2005 19:31:29
 
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
00995762
Message ID:
00995778
Views:
24
Sorry Victor!!

I obviously don't know exactly what was said between student and instructor, and I didn't mean to imply that the instructor should be shot for missing a minor detail ... I was saying that he should have had *some* suggestion as to what the problem might be!! Look at you and I ... we both came up with suggestions!!

And, that was a good suggestion too, BTW ... the BeginEdit()/EndEdit() is a commonly overlooked thing.

~~Bonnie


>Bonnie, don't say that! I teach C# at my work place and I accidently forgot a minor detail like this. Most instructor try to get the student to learn the fundimentals and details such as these get left. It's not that big of a deal, Bonnie - Take it easy on us. :)
>
>
>Thom, when adding a new record and before updating try
>
>dataset.tables["yourtable"].Rows[0].BeginEdit()
>dataset.tables["yourtable"].Rows[0].EndEdit()
>
>repectively. Rows[0] represents the row you're currently editing.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform