Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UPDATE isn't updating
Message
 
À
14/03/2005 18:19:12
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
00995762
Message ID:
00995776
Vues:
31
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform