Does anyone have any idea about how a list view control works for 50000 records? I have an access database with 6 fields. Is there any alternative for list view contol?
Thanks
Printable View
Does anyone have any idea about how a list view control works for 50000 records? I have an access database with 6 fields. Is there any alternative for list view contol?
Thanks
The listview control that comes with VB6 is pretty slow with that many records. If you want something a little faster, I would suggest using a grid and making it read only. You can populate the grid cell by cell using the TextMatrix property to navigate through the collection. (using the FlexGrid).
Good luck,
John
John Pirkey
MCSD
www.ShallowWaterSystems.com