Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving Data
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00741293
Message ID:
00742238
Vues:
24
dt is a propery of type DataTable that contains the table name.

Dim dr As DataRow
Dim ind As String
ind = Me.BindingContext(ds, dt.ToString).Position.ToString()
dr = dt.Rows(Ind)
dr.EndEdit()

da.Update(ds)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform