Hi there,
My sql query is "select [col1] from table1 where [col1] like a%".
What i want to do is say...
dim liststr as string
while counter < numrows
liststr = liststr & myReader.GetString(counter)
counter = counter + 1
end while
However, myReader scrolls through each column in 1 row, i want to scroll through each row in 1 column.
How do i do this?
Your quick response will be much appreciated. If possible, please reply for vb.net
Thanks very much,
Michelle :-\
My sql query is "select [col1] from table1 where [col1] like a%".
What i want to do is say...
dim liststr as string
while counter < numrows
liststr = liststr & myReader.GetString(counter)
counter = counter + 1
end while
However, myReader scrolls through each column in 1 row, i want to scroll through each row in 1 column.
How do i do this?
Your quick response will be much appreciated. If possible, please reply for vb.net
Thanks very much,
Michelle :-\