LuckyShot
11-01-2004, 04:34 PM
I am having trouble trying to show contacts to users.
Here's what I have:
Table: Contacts
Row Count: 2,768,352
I want the user to click 'File -> Contacts' and a listview, showing about 13 of them at a time, shows the contacts. They can start typing the lastname and the recordset starts filtering as they type. Or, they can click on a scroll bar and scroll through them. My question is how would I do this without loading the entire recordset into memory and crashing the local computer?
Here's what I have:
Table: Contacts
Row Count: 2,768,352
I want the user to click 'File -> Contacts' and a listview, showing about 13 of them at a time, shows the contacts. They can start typing the lastname and the recordset starts filtering as they type. Or, they can click on a scroll bar and scroll through them. My question is how would I do this without loading the entire recordset into memory and crashing the local computer?