C
Claudia Fong
Hi,
I'm using a DataReader to connect to a db and retrieve data from the db.
I just wondering how can I know the numbers of rows contain in my DB for
the sql statement I used? For example, if the sql statement is like
this:
SELECT *
FROM DEPT;
I try objReader.(but I didn't find any reserved word related to
Rows.Count...
Can someone help me with this?
Cheers!
Claudi
I'm using a DataReader to connect to a db and retrieve data from the db.
I just wondering how can I know the numbers of rows contain in my DB for
the sql statement I used? For example, if the sql statement is like
this:
SELECT *
FROM DEPT;
I try objReader.(but I didn't find any reserved word related to
Rows.Count...
Can someone help me with this?
Cheers!
Claudi