On 2/25/08, Mathias Wührmann <[EMAIL PROTECTED]> wrote:
>  Just like I was doing it with MS Access, I want to fetch these records
>  asynchronous, so that I do not need to wait until all 250 records are
>  retrieved and can start viewing the result after some of the first
>  records are processed.

FirebirdClient isn't fetching all records. It gets you DataReader as
far as the record has been processed and reading DataReader fetches
next records (well DR isn't fetching record self, the underlying
classes doing this, but DR is calling these methods).

-- 
Jiri {x2} Cincura (CTO x2develop)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to