How do I read the data from a datareader into a list. I am using vb.net. The app is a windows forms app. This is what I have been trying but to no avail.Using breakpoints I can see that the variables contain data and that items are being added to the list, but each item added to the list is...
I am in a intro VB.net college class and am a little frustrated with a problem I am having using a data reader to read the result set of a query.
Dim automobile As New Automobile
Dim connection As OleDbConnection = PaulMeadeInsuranceDB.GetConnection
Dim selectStatement As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.