D
Daniel Sélen Secches
how can I know how many rows i have in a Data reader?
is that possible?
because i wanna do a progress bar of the job because it could take a several
minutes
the way I thought is like that but is a slow way
dim i as integer = 0
while dr.read()
i += 1
end while
--
tks.
Daniel Sélen Secches
CWD Web Internet.
www.cwd.com.br
is that possible?
because i wanna do a progress bar of the job because it could take a several
minutes
the way I thought is like that but is a slow way
dim i as integer = 0
while dr.read()
i += 1
end while
--
tks.
Daniel Sélen Secches
CWD Web Internet.
www.cwd.com.br