|
-
Nov 10th, 1999, 07:18 PM
#1
Thread Starter
Addicted Member
Hi
I am reading a RS with minimum of about 1000 records. To move through the entire RS takes about 23 seconds for 1003 records or put it another way 0.02 seconds per record. What I have done is to open the RS using the SELECT method only retriving the feilds I am interested in. Then I setup a loop...
Do While not RS.EOF
RS.movenext
Loop
Am I doing something wrong? How can I speed up my process.
Thanks for your time
Geoff
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|