Basic HTML version of Foils prepared May 3 1998

Foil 31 A More Complicated CF Page (employeesearch.cfm)

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


<CFQUERY NAME="EmployeeList" DATASOURCE="CF 3.0 Examples">
SELECT * FROM Employees WHERE LastName LIKE '%#LastName#%'
AND Department = '#Department#'
</CFQUERY>
<HTML>
<HEAD><TITLE>Employee Search Results</TITLE></HEAD>
<H2>Organization Search Results</h2>
<CFOUTPUT>
<P>The Search for #Form.LastName# in the #Form.Department# returned these results:</P>
</CFOUTPUT>
<CFOUTPUT QUERY="EmployeeList">
<HR>#FirstName# #LastName# (Phone: #Phone#) <BR>
</CFOUTPUT>
</HTML>



© 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