Ask a Question related to Dreamweaver AppDev, Design and Development.
-
patelajk #1
Count Record Problem
Hi I am trying to count the number of records in a table I have two tables
tbl_posts with Post_ID as primary key and another table called tbl_replies with
Post_ID as a foreign key. On the web page there is a hidden field which
contains the Post_ID as its value. I have a SQL statment as follows: SELECT
COUNT (Post_ID) AS Counter FROM tbl_reples WHERE Post_ID = 'Whatever is in the
Hidden Field' How do i get it to match against whats in the hidden filed, ie
what variables do i have to decalre the advanced record set menu I am using
SQL Server and ASP. Any help would be great Thanks AJ
patelajk Guest
-
count problem
Hi, I have a problem counting the occurence of a number within 3 spefic columns for one table. What I want to do is to count the number of... -
total record count in datagrid
I have a datagrid control that has paging set up and working. What I would like is a total record count (not just per page) in the header or near... -
small count problem
Hello I have this table Player Points A 11 B 11 C 8 D 1 -
Stop adding record in subform after record count = 1
Can someone help in in what to put after the THEN statment to allow one entry if the Record count is =>1 in the Before insert or should I set the... -
How to count record selects?
Hello all & thanks for looking, I was wondering if there's any way (for Oracle 9i2) to count the number of times a record is selected from the...



Reply With Quote

