How to see if datareader got no results?

frigger908

New Member
How do you check to see if a datareader did not get any results back? <BR><BR>So if I run a query "SELECT * WHERE price > 100000" and there are no results how can I see that?<BR><BR>Thanks,If the .read() function of you datareader returns a false, there is nothing in the datareader.Thanks!
 
Back
Top