A
Ali M
Hi, I had a VB application that exported the values of one column -
all rows - to an array by doing:
rs.movefirst
ar = rs.getrows(, , "col2")
What is the equivalent to this in ADO.Net?
Thanks
Ali
all rows - to an array by doing:
rs.movefirst
ar = rs.getrows(, , "col2")
What is the equivalent to this in ADO.Net?
Thanks
Ali