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


Syntax
<CFOUTPUT QUERY="queryname" MAXROWS=n >
Literal text, HTML tags, and dynamic field references (e.g. #FullName#)
</CFOUTPUT>
Example: (EmployeeSearch.cfm)
<CFOUTPUT QUERY="EmployeeList">
<HR>
#FirstName# #LastName# (Phone: #Phone#)
<BR>
</CFOUTPUT>
CFML Output tag, showing syntax to refer to columns of the
table:



© 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