How to show the Adodc record source data in a list view?
Printable View
How to show the Adodc record source data in a list view?
Thread moved to Database Development forum (the "VB6" forum is meant for questions which don't fit in more specific forums)
Is there a reason you are using a dreaded Data Control?
For an explanation of why it is a bad idea, see the article Why is using bound controls a bad thing? from our Database Development FAQs/Tutorials (at the top of this forum)
That article contains a link to the recommended alternative (ADO code), which has an example that replicates the main features of the data control. There are many other articles in the "Classic VB - ADO" section of the FAQs thread, which help you to extend it in many ways - including filling a ListView.