Contents
Display Legacy Contents

 Print
    RECORDCOUNT      
This Keyword returns a <numeric>, the number of records returned by the last "select" query.

     
  • The following Actions can affect the value of this Keyword:
 Action  Note
 SELECT  - The Keyword assumes the number of records returned by the query.
 SQL Advanced  - If the executed query is a "select", the Keyword assumes the number of records returned by the query. Otherwise, the Keyword assumes value 0.
 Exec. Procedure  - If a "select" is performed inside the procedure, the Keyword assumes the number of records returned by the first one.
  • The "Lookup" Function doesn't affect this Keyword.

See also
Samples
Sample 1
Sample 2
 
Updated: 3/22/2013 4:46 PM