Question Listview Population Issue

ggunter

Well-known member
Joined
Apr 23, 2008
Messages
137
Programming Experience
Beginner
I am trying to programmically run a SQL statement and use the results to populate a listview control on a form. My Ado class runs the statement and captures the data with no problem.:)

My question is, "How do I get the data from my Ado class to the listview control?".:confused:

To prevent my form from becoming unresponsive, I was forced to run the Ado class on a separate thread.
 
Back
Top