RE: performance issues(OracleDataReader & Adapter)
From: Techstudent (Techstudent_at_discussions.microsoft.com)
Date: 10/11/04
- Next message: Alex Homer: "Re: updating child rows with master pk id AFTER initial insert"
- Previous message: Sebastian Pusz: "How can I make DataGridView never have an active edit cell (.NET 2.0)"
- In reply to: Techstudent: "performance issues(OracleDataReader & Adapter)"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 11 Oct 2004 14:59:02 -0700
Please ignore this post, by mistake my oracle hint was missing in the query
used in the application which was the cause for the bad performance.
Thanks
"Techstudent" wrote:
> 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
>
>
>
- Next message: Alex Homer: "Re: updating child rows with master pk id AFTER initial insert"
- Previous message: Sebastian Pusz: "How can I make DataGridView never have an active edit cell (.NET 2.0)"
- In reply to: Techstudent: "performance issues(OracleDataReader & Adapter)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|