Thanks MattP and cjard! I've got so little experience with SQL that I didn't even think of using SQL directly. Any idea the the LINQ to achieve the same end result?
I'm kind of irritated that LINQ doesn't allow me to query my strongly typed collections, either (isn't this ALL LINQ should work on!?!?! Strongly typed collections implement IEnumerable by default, do they not?)
Last edited by corteplaneta; 12-03-2008 at 7:32 PM.
|