PDA

Click to See Complete Forum and Search --> : ADO recordset vs listbox


koma
Jul 4th, 2000, 08:23 AM
Hi!

The VB help says that it is possible to populate a listbox with a ADO recordset and the DataSource property. I can't get it to work; the listbox ends up empty... Does anyone know how to do this?

Clunietp
Jul 4th, 2000, 12:35 PM
is it a problem if you do it manually, or do you have to bind it via the data control?

koma
Jul 5th, 2000, 12:30 AM
I want it to be bound to the data source. OR, if I add items manually, I want to be able to update items in the listbox when the underlying data in the database changes.