I have a server/client application that allows user to login, add/update/delete data using a winsock control array. So far, all the commands processed by the server are based on a single record....

I am wondering what would be a good efficent method to populate a listview with about 1000 records, each record having about 10 fields (10-50 chars each field).

I'm not sure if a using a multi-diminsion array would be practical....

Loading each record one by one seems overly in-efficent...


Any ideas on a model, thanks