PC Review


Reply
Thread Tools Rate Thread

Display number of records in database

 
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      3rd Mar 2006
There must be a simple way of displaying the number of records in your data
base IE: on a web page: the number of items currently in the database is: XX
Would appreciate how to show it!
 
Reply With Quote
 
 
 
 
Jens Peter Karlsen [FP-MVP]
Guest
Posts: n/a
 
      3rd Mar 2006
SELECT COUNT(*) FROM YourTable.
The above will give you the number of records in the table.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

On Fri, 3 Mar 2006 03:45:27 -0800, Raymondo
<(E-Mail Removed)> wrote:

>There must be a simple way of displaying the number of records in your data
>base IE: on a web page: the number of items currently in the database is: XX
>Would appreciate how to show it!

 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      4th Mar 2006
That's what I needed! Thanks.

"Jens Peter Karlsen [FP-MVP]" wrote:

> SELECT COUNT(*) FROM YourTable.
> The above will give you the number of records in the table.
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> On Fri, 3 Mar 2006 03:45:27 -0800, Raymondo
> <(E-Mail Removed)> wrote:
>
> >There must be a simple way of displaying the number of records in your data
> >base IE: on a web page: the number of items currently in the database is: XX
> >Would appreciate how to show it!

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display number of records Pyrite Microsoft Access Forms 2 12th Sep 2008 02:16 PM
Display number of records =?Utf-8?B?aW5nYWxsYQ==?= Microsoft Access Form Coding 2 14th Nov 2007 02:58 PM
How to display N records from a database in some Div's? Thanks. Shapper Microsoft ASP .NET 3 21st Apr 2005 12:14 PM
display a certain number of records =?Utf-8?B?d3hydWNr?= Microsoft Access 1 28th Jan 2005 09:15 AM
How to display 3 records of a database? Steven Spits Microsoft ASP .NET 1 5th Jun 2004 12:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:43 PM.