Hello,
I am trying to get info to load from one of the tables in database. I got names to load so I know that the database is attached and working .
I think I need to create a for each loop but am not sure on how to do this with the database.
Dim query1 = From itemID In _MICROLAND_1__1_DataSet.Orders
Order By itemID
Distinct
ListBox1.DataSource = query1.ToList
I am trying to get info to load from one of the tables in database. I got names to load so I know that the database is attached and working .
I think I need to create a for each loop but am not sure on how to do this with the database.
Dim query1 = From itemID In _MICROLAND_1__1_DataSet.Orders
Order By itemID
Distinct
ListBox1.DataSource = query1.ToList