Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 ADO + VB6 performance tuning

Author  Topic 

acanalini
Starting Member

3 Posts

Posted - 2001-09-12 : 10:50:38
i have i 1M records table. i need to fill a datagrid with all that records. I tried to use the AsyncNonBlocking option during the recordset open statement, but it seems not different to the AsyncFecth option.
My form wait for 20sec before showing the result, then the fetching thread start.

   

- Advertisement -