Hello:
> ExecuteReader() takes 0.029 seconds.
> Read() takes 0.026 seconds.
What is the amount of data being fetched ?? remember that Read will 
fetch rows in packs of 200, by default, when working against the 
classic/superserver firebird server ( subsequents reads will work agsint 
the fetched rows until they are all readed, then it will try to fetch 
another pack of 200 rows )


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to