data reader

  1. E

    sql datareader to list

    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...
  2. N

    Question Datareader only depth=0 but there are 2 records

    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...
Back
Top