Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve the value from a column in a dataset
Message
From
12/01/2003 17:54:13
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00740822
Message ID:
00740851
Views:
17
Roland,

That would be (assuming Row 0):
Dim iFileNum as integer
iFileNum = Me.Listing01_Client_Ds11.Tables("Client").Rows(0)("FileNum")
~~Bonnie


>Hi,
>
>How do you retrieve a value from a column in a dataset?
>
>Tried the following and it does not pass the syntax checking.
>
>Dim iFileNum as interger
>iFileNum = Me.Listing01_Client_Ds11.Tables("Client", "FileNum")
>
>Thanks
>Roland
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform