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
- Remove Carriage Returns and Line Feeds from ASP Page
- What is the Server Variable Request for IP Address
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
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