Hi
How to check whether there are null rows in a datareader. here is the query which returns null value. "select max(attendence) from tblattendance where loginid=34 and att_month='"+december+"'"; but when i check is datareader.hasRows it shows true
when there are no such rows corresponding to month 'december'. please help me regarding this query.
Thanking you
.NET Development3
|