From:
<car...@te...> - 2004-01-20 12:52:32
|
Hello: > I purposly uses * , not column enumeration becouse I want to fetch all data > for this test. > If I use similar data access with Delphi's TQuery object, fetch-time is > twice faster. > So I don't know if slower access is FbDataReader attribute or I should use > another way to fetch all data from table. Are you running the test in local ?? Maybe i am wrong but IBO, IBX , .. are using the firebird client library that for for local connections doesn't use tcp/ip and this can make the times to be better. Or are you using a database that is in a different machine ?? What is the number of records you are trying to fetch ?? Can you post the results ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |