Looking for code advice on how to load a listbox from an OLEDB data table (or similar object). I already have the connection object set up, I have a command object with the SQL select statement. After the data table is filled, I will assign it to a listbox to automatically fill it.
I need a little help in the midle here -- how do I structure the statements to get my data and fill the DataTable object with it?
Thanks in advance
Craig in NJ
I need a little help in the midle here -- how do I structure the statements to get my data and fill the DataTable object with it?
Thanks in advance
Craig in NJ