Basic HTML version of Foils prepared 26 Jan 98

Foil 15 Example 1

From Web-Linked Database Cold Fusion Tutorial ARL Database Tutorial -- February 98. by Chao Wei Ou


1 <CFQUERY NAME="EmployeeList"
  • DATASOURCE="CompanyDB">
2 SELECT * FROM Employees
3 </CFQUERY>
4 Displaying data:
  • <CFOUTPUT QUERY="queryname"
  • MAXROWS=n >
  • Literal text, HTML tags, and dynamic field references (e.g. #FullName#)
  • </CFOUTPUT>

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 Mon Jan 26 1998