Re: ADODB.Recordset Open progress indicator



Yes, you can use an async fetch if the conditions are right. This approach
exposes a progress event. We have talked about this before so google groups
to find the code... It's also in my book.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"Steve Custer" <SteveCuster@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6FAAD538-CB8B-4DAE-B763-518ABDC48557@xxxxxxxxxxxxxxxx
>I am dealing with a huge database using ADODB Recordsets in VB6. Is there
>a
> way I can provide the user with an accurate progress indicator while the
> recordset loads? Idealy, I would like to show the recordcount as it
> increments.


.