CATEGORIES
How can I count Number of Records from a Dataset in ASP
Published by: Guest (9/8/2008 10:31:48 AM)
SEP 8 2008
I was looking for a simple way to count the number of records from a dataset. I don’t want to use the parameter 3 and make a .recordcount to figure out it. Would you suggest something like count() at the SQL level and return me the record number?
Most Popular Articles
- HOW TO PUBLISH A PROJECT IN LOCAL IIS OR OWN MACHINE
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Remove Carriage Returns and Line Feeds from ASP Page
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- How to Find the Time Difference in ASP
Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out >>
<< Is an ASP or an ASP.NET page is Faster to Load
COMMENT