Show result during SQL statement
Hi,
Is it possible to do an SQL search and show it directly on screen and not to wait until it went thru the LOOP.
I have
DO WHILE NOT rs.EOF
[ here it writes some data with response.write]
rs.Movenext
LOOP
Now I noticed that if the DB is large, it shows everything when it comes out of the loop. Can this be done at the isntant?
So that I don´t have to wait so long?
Regards,
Johny
|