I'm not sure if that's the right term, but how do I list records that are <B>not</B> matched to records in another table? I am joining 2 tables right now, tblPerson and tblHat, which are designed and ...
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 ...