I have a sql query that sometimes returns nothing...not null, just nothing.

This is causing my datareader to error out.

Is there a function, like isDbNull, but is for empty recordsets?

Thanks!