>     object val;
>
>     while( reader.Read() )
>     {
>         for( int j = 0; j < reader.FieldCount; ++j )
>           val=reader[j];
>         // table.Add(count, val);
>         ++count;
>     }

It might be that when you don't use val, the optimizer is not executing all
of the code, and so you're only getting the illusion that it's slow.

Dean.



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to