ObjectSpaces to NOT be Slower Afterall
Andrew Conrad indicates that ObjectSpaces will not be slower afterall as was originally reported due to some misunderstandings. It will of course be 30% slower than using a DataReader, not a DataSet, but that's got to be expected, just like a DataSet is slower than a DataReader. It should, however, be very comparable to using a DataReader and creating your own custom objects, and probably faster than using DataSets. This is good news -- now they need to get support for Access and Oracle, or at least allow a provider-model so someone else can implement the support.