brassmonkeyboy
asked on
How to count items in Dataset?
I have a dataset in which I need to count the number of items. I know you can count ROWS with the following:
DS.Tables(0).Rows.Count
But I need to count the number of items WITHIN the row. How do I do this?
DS.Tables(0).Rows.Count
But I need to count the number of items WITHIN the row. How do I do this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Appari, that works wonderfully.
Angel, I'm sorry man, but that doesn't work...
Angel, I'm sorry man, but that doesn't work...
DS.Tables(0).Rows(0).Field