Basic HTML version of Foils prepared May 3 1998

Foil 24 Displaying the Results of a Selection

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


1 Syntax
2 <CFOUTPUT QUERY="queryname" MAXROWS=n >
3
4 Literal text, HTML tags, and dynamic field references (e.g. #FullName#)
5
6 </CFOUTPUT>
7 Example: (EmployeeSearch.cfm)
8
9 <CFOUTPUT QUERY="EmployeeList">
10
11 <HR>
12 #FirstName# #LastName# (Phone: #Phone#)
13 <BR>
14
15 </CFOUTPUT>
16 CFML Output tag, showing syntax to refer to columns of the
17 table:

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