Hello, I have a database in ADO. I want to populate a listview with every record in the database. The listview will only have 3 columns with headers "field1", "field2", "field3". Each "field" will contain the data from the fields, of the same name in the database. In other words, Column "Field1" will have data from the field in the database "Field1". I did a search and did not really find what I needed.
