View Single Post
Old 02-01-2006, 09:16 AM   #5 (permalink)
rikb53
Registered User
 
Join Date: Jan 2006
Posts: 29
rikb53 is on a distinguished road
i like that. thanks, im in a completely new area for me. would you happen to know how i could make the Index elements recursive? in other words, i'm guessing i would need a for loop and dependent on how many rows were returned, the indexes of the DataRow would just use the number passed from the for loop.
so, instead of aRow.Item(0) & aRow.Item(1) ---hardcoded for two elements only
i could have somethng like aRow.Item(i)

which of course would correspond to a For i = 0 to "someNumber"

thanks again
rik
rikb53 is offline   Reply With Quote