Basic HTML version of Foils prepared May 3 1998

Foil 36 Record Number Query Attributes

From Java Blend and Cold Fusion High Level Database Interfaces CPS616 Web Technologies -- Spring 98. by Chao Wei Ou


1 RecordCount - The total number of records returned by the query.
2 CurrentRow - The current row of the query being processed by CFOUTPUT.
3 ColumnList - Returns a comma-delimited list of the query columns.
4
5 <CFOUTPUT>
6 The search returned information on #CustomerList.RecordCount# customers.<BR>
7 Columns queried were #CustomerList.ColumnList#.
8 </CFOUTPUT>
9 (Note that this assumes the previous query is to be used.)

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998