Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving Data from Strongly Typed Dataset
Message
 
To
13/02/2007 16:17:13
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
VB.NET 1.1
Miscellaneous
Thread ID:
01195352
Message ID:
01195361
Views:
12
>Actually, I just changed
>
>
>ds.Tables(0).Rows(0)("NineMonthRate")
>
>
>to this:
>
>
>ds.Rates(0).NineMonthRate
>
>
>and all seems to work. Now my goal is to not forget this...

Cool in C# : ds.Rates[0].NineMonthRate
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform