Juan,
I don't think you can. If you want that type of information you'll have
to use a DataSet instead. The performance of a SqlDataReader is better, but
if you need that type of information before you loop through the results, I
think you'll have to use a DataSet.
HTH
--
Lateralus [MCAD]
Juan said:
how to get number of rows returned by a SqlDataReader without having to
scroll it?