Click to See Complete Forum and Search --> : ADO Asynchronous recordset with events


January 28th, 2000, 04:31 AM
Hi,

I'm trying to use an ADO recordset in asynchronous mode with events. I never receive the event fetch_progress and fetch_terminate.

Does anyone know how to do it ?

Thanks in advance.

Please send a copy of your answers to email:wbonnet@wanadoo.fr

W.

Lothar Haensler
January 28th, 2000, 06:03 AM
check out msdn article Q224332
it tells you why and has a workaround.
you need to set the "Initial Fetch Size" property as well as use client side cursors