Large dataset and listview population

M

Michael Jackson

Hi all,

I'm looking for a solution to my problem where I have a large dataset
(65,000 rows or more), with many columns. I populate a listview control with
the data, however, the population of the listview never completes, and
sometimes, error's out.

I'm assuming I need some sort of paging scheme, but don't know how to
implement such a scheme.

Any pointers to articles, how-to's, etc would be greatly appreciated.

Thanks,

Michael
 
C

Cor Ligthert [MVP]

Michael,

65.000 rows in an UI seems for me madness. What do you want that your user
do with this, give him a way to select that by instance using comboboxes.

And than 'Where' clauses in your select assuming it is an online
application.

Just my thought,

Cor
 
G

Guest

Hi,
You need to use a scrollable server cursor for a large data table. You
can't get it from ADO.NET. However, you can use OleDBProNet at
www.udaparts.com for your solution.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top