% option explicit %> <% ' Show the file below at beginning of new school year 'server.transfer("indexshowupdates.asp") %> <% on error resume next DIM rsChild set rsChild = Server.CreateObject("ADODB.Recordset") rsChild.ActiveConnection = Dbpath rsChild.Source = "SELECT fullentry.*, classroom.cClassroom FROM classroom " &_ " INNER JOIN fullentry ON classroom.iid = fullentry.nClassroom " &_ " ORDER BY nClassroom,cLastName;" rsChild.CursorType = 1 rsChild.CursorLocation = 2 rsChild.LockType = 3 rsChild.Open() %>
|
2008-2009 CDC Directory | |
| Make corrections to your entry by selecting your child's name in the list below. | |
|
| " end if response.write " " & rsChild("cClassroom") & "s
|
<% rsChild.close() set rsChild= nothing %>