On 2/28/08, Kixzo Database Team <[EMAIL PROTECTED]> wrote:
> What my problem is I Querying database from some result, the result dataset
> is about 5K rows, which I had to display in the Listview control in my C#
> application.
>
> It is taking about 10 to 11 seconds to fetch the record from the database
> and same to populate the ListView control. Populating the list view control
> Is not a problem. That can be managed.

10 seconds is a really long time. If I will not count execution time
and suppose you're not oon slow line, then fetching these records and
showing in ListView shouldn't take more than, say, 5 seconds max.

What's the way how you fetching records and adding to LV?

> What I want to ask is that, is there any way to get the results in counters
> so that I can get results in group of 100 records, so that I can display the
> data in Group of 100.

What do you mean with "results in counters"?

-- 
Jiri {x2} Cincura (CTO x2develop)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to