Hello To My Fellow Byteheads:
I'm preparing for an interview that I have in the morning, and I came across the following question:

"Why can a DataAdapter, at best, be as fast as a DataReader?"

My best guess is that they both provide a bridge to stored data, so they'd each be as fast as whatever connection is being used. But I'm uncertain if this is the answer that would be sought. Can anyone give me some insight here? Thanks.

Draykko