Hey I was wondering whether anyone could help me with this problem. I am very new to Visual Basic, and I need to add items from my database to the ListView control.

I have a table in the database called tblChannels that I would like to draw the information from and populate the ListView control in VB, in the form of a column.

I currently am unsure about how to go about doing this. Previously I have created combo boxes that draw the information from the database, but trying this method for the ListView does not work how I want it to.

Sorry if I have not included enough information, let me know if you need any additional details.

Thanks.