G
Guest
I am trying to populate grid using OracleDataReader and it seems
Datareader.Read() is taking alot more time in reading the resultset(around 12
seconds in reading 50 records).
the same sql statement in SQL plus is taking less than 2 seconds.
I tried using sqldataadapter.Fill but this is also taking a lot more time
than expected.
If any one has any suggestions to improve the performance can you please let
me know.
Thanks
Datareader.Read() is taking alot more time in reading the resultset(around 12
seconds in reading 50 records).
the same sql statement in SQL plus is taking less than 2 seconds.
I tried using sqldataadapter.Fill but this is also taking a lot more time
than expected.
If any one has any suggestions to improve the performance can you please let
me know.
Thanks