Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving Data
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00741293
Message ID:
00742238
Views:
23
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform