CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    ADO Asynchronous recordset with events

    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:[email protected]

    W.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ADO Asynchronous recordset with events

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured