B
Bernie Yaeger
Is there any way to get into the internals of the data adapter fill method
such that I could know its progress status? For example, using the fill
method to load a 40,000 row table takes just a few seconds, but using the
fill method to load a 1.2 million row table takes more than a minute. I
would like to do the latter with a progressbar, but I first have to know the
progress of the fill method to do this - eg, what record is it up to etc,
and, more practically, can I replicate the loop so that I have a progressive
row count.
Tx for any help.
Bernie Yaeger
such that I could know its progress status? For example, using the fill
method to load a 40,000 row table takes just a few seconds, but using the
fill method to load a 1.2 million row table takes more than a minute. I
would like to do the latter with a progressbar, but I first have to know the
progress of the fill method to do this - eg, what record is it up to etc,
and, more practically, can I replicate the loop so that I have a progressive
row count.
Tx for any help.
Bernie Yaeger