NoCoolHandle
Programmer
OK, I know that a firehose cursor is ALWAYS faster at bringing back multiple rows than any other type, and that a datareader uses a firehose cursor where a dataset will retrieve ALL the records to the serverside cursor before building the datatable, however... and this is the question.
If you are only bringing back one row, wouldn't the record come back as fast via a dataadapters fill method as through a commands executereader method?
If not, why? How much of a difference would it make?
TIA
Rob
If you are only bringing back one row, wouldn't the record come back as fast via a dataadapters fill method as through a commands executereader method?
If not, why? How much of a difference would it make?
TIA
Rob