Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie wants to access a dataset from a datarow
Message
From
06/10/2003 08:21:50
 
 
To
06/10/2003 07:52:32
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00835310
Message ID:
00835315
Views:
9
This message has been marked as the solution to the initial question of the thread.
DataAdapter's Update method has also overload, which takes DataTable to be updated. From DataRow you can get DataTable, to which this row belongs. So you need code like this:
YourDataAdapter.Update(YourDataRow.Table)

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform