demi_rapidshare
New member
- Joined
- May 25, 2010
- Messages
- 1
- Programming Experience
- Beginner
I'd like to know a few things:
1. How can I populate a List(of Integer) from datarow
2. How can I take only certain columns from datatable.select() and copy the data to datarow? So it's like this:
datatable dt has columns ID,Name,age,address and DOB
I want to take only the columns name, address and age where age>40 and put the result set into a datarow dr.
1. How can I populate a List(of Integer) from datarow
2. How can I take only certain columns from datatable.select() and copy the data to datarow? So it's like this:
datatable dt has columns ID,Name,age,address and DOB
I want to take only the columns name, address and age where age>40 and put the result set into a datarow dr.