brazenskies
08-12-2008, 02:31 PM
Currently in my asp application I run a query to return a result set. I am then running a "select count" query to get the number of results.
Is there a way to do this in asp using just the one select query, which basically returns the results requested AND allows you to display a count.
I believe in php there is something like 'numrows' to do this, but not sure about asp.
Thanks in advance!
Is there a way to do this in asp using just the one select query, which basically returns the results requested AND allows you to display a count.
I believe in php there is something like 'numrows' to do this, but not sure about asp.
Thanks in advance!