Hits Today: 1 Total: 14451 | Updated: 2/12/2002 | |
 | I have seen many requests in forums and messageboards for counting records and displaying the total. Well, this little wizard will help you accomplish this task. Fill in the form below and it will crank out the code for you. Author: Derek Truman Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 7428 | Updated: 12/19/2003 | |
 | We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 26530 | Updated: 1/23/1999 | |
 | This tutorial by Charles Carroll shows how to count records in a recordset without getting the dreaded -1. Author: Charles M. Carroll Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 11388 | Updated: 6/14/1999 | |
 | This article, written by Phil Paxton, describes how not to count
records in a recordset and why. Author: Phil Paxton Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 1835 | Updated: 1/18/2006 | |
 | Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 3463 | Updated: 1/4/2004 | |
 | Many ASP beginners complain the ADO recordcount attribute. Someone even thought that database didn't support this attribute. Because it always returns -1 other than the number of records.
Author: Ray Gao Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3468 | Updated: 12/12/2003 | |
 | It was coded to count all records in an access database but also in the open string you will notice that we define Threads=200;, this will enable the database to allow 200 people to connect without slowing down the database. Code: ASP 3.0 & VBScript | |  | |
Hits Today: 5 Total: 16641 | Updated: 8/29/1999 | |
 | Are you tired of always getting "-1" returned when you ask your Recordset how many records it contains? ASP 101 thought you might be, and has written an article that describes a workaround. Author: Gary Williams Code: ASP 2.0 & VBScript |
|