Basic HTML version of Foils prepared May 3 1998

Foil 37 Returning Partial Recordsets

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


1 This example shows returning records 10-20 from the recordset created by the EmployeeList query:
2
3 <CFOUTPUT QUERY="EmployeeList" STARTROW="10" MAXROWS="20">
4 #FirstName# #LastName# #Phone# <BR>
5 </CFOUTPUT>
6
7 The STARTROW and MAXROWS attributes can be used to create an application that displays records in limited sets and then prompts the user to display the next group of records

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