im using the adodc and the dbListbox. I'm trying to dump the data from the database into the list box, i've set all of the properties, am I forgetting something else?? thanks
Printable View
im using the adodc and the dbListbox. I'm trying to dump the data from the database into the list box, i've set all of the properties, am I forgetting something else?? thanks
for n = 0 to adodc.recordset.recordcount - 1
listbox.list(n).additem adodc.recordset.fields(0)
next
maybe this demo will help:
http://pages.about.com/vbmakai/ado4.htm