by Michael Wortman (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

Allows you to automatically generate column headers and load all the records from a table or SQL statement into a listview.
Inputs
takes a listview control and a recordset as parameters
Assumes
assumes you have ADODB referenced in the project and are using at least VB6. can be tweeked to work with VB5 or less probably though.
Code Returns
nothing
Side Effects
none, let me know
API Declarationsnone, all standard calls & controls
Download Easily Bind a Listview Control to a Table or SQL statement (11 KB)