Hi All,
I have DataReader with some sample data.
I need to check that whether data is present or not
i used following statement to check that
if((oDR["Team_AppRate"]!= null))
_iCount++;
So my requirement is i need to check whether data is present or not in Team_AppRate column in the database
but i got the following error
Invalid attempt to read when no data is presentHow can i check that whether data is present or not in that column in database