Forums
This topic is locked
counting rows in a DB
Posted 21 Oct 2003 12:58:09
1
has voted
21 Oct 2003 12:58:09 Wayne Hultum posted:
Hi,I have a site at the minute where users can submit adverts in to an Access DB.
So obviously, every time someone enters an advert it puts another row in the DB
Is it possible to count the number of rows and display the results using ASP?
Thanks in advance
Wayne
Replies
Replied 24 Oct 2003 05:45:32
24 Oct 2003 05:45:32 Dan Berdusco replied:
Just go in to your databindings window and click the + sign beside the recordset for which youwould like to display the number of records. The very last option in the databindings for each recordset is "total records" - Just use that... I am not sure if that is what you are looking for?
Replied 24 Oct 2003 10:59:49
24 Oct 2003 10:59:49 Wayne Hultum replied:
Thanks flexman44
That's exactly what I was looking for.
That's exactly what I was looking for.