Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE isn't updating
Message
 
To
14/03/2005 18:19:12
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:
00995776
Views:
33
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform