You could try getting the row count of your select statement on the database itself and include this value in your query. Then, you could retrieve this value from your resultset.
you query would look like:
"Select count(*),a,b,c from Table where ......"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.