It looks like with .NET Microsoft has done away with outright support for ODBC in favor of newer methods for accessing databases.<BR><BR>I have a legacy data source that I can query via ODBC. What I ...
I'm having trouble populating a List<T> using SQLDataReader. The problem is that will I can see it iterate through the rows during the while loop, the list adds the next row but over rights the ...