<%@ page import="java.util.*,java.sql.*,org.fs.srs.pubs.*" session="false" %> <% java.util.Date D1, D2; D1 = new java.util.Date(); String QueryString = "select * from publications order by title,date"; ResultSet Hrm = null; try { Hrm = ThisPub.queryRS(QueryString); } catch (SQLException sqle) { out.println(sqle.toString()); }; %> All FS Research Publications In This Database

All FS Research Publications In This Database Ordered By Title
(Click on a title below for more details.)

Order this list by Date

<% while (Hrm.next()) { %> <%= Hrm.getString("date") %>. "><%= Hrm.getString("title") %> <%= Hrm.getString("author") %>

<% }; %> <% D2 = new java.util.Date(); out.print("\n"); %>