Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataTable/DataSet Question
Message
De
16/04/2007 22:15:23
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01216542
Message ID:
01216566
Vues:
10
The dataadapter has properties for Select, Insert, Update, delete;

just create you update command:
dataadapter.UpdateCommand = new sqlCommand("UPDATE table.....blah...blah...blah", connection);
then simply call
dataadapter.Update(your dataset);
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform