<%@LANGUAGE="VBSCRIPT"%> <% set cc_adult = Server.CreateObject("ADODB.Recordset") cc_adult.ActiveConnection = "dsn=events;" cc_adult.Source = "SELECT * FROM events WHERE branch = 'Barbara Bush' AND type = 'Adult' ORDER BY sort_order ASC" cc_adult.CursorType = 0 cc_adult.CursorLocation = 2 cc_adult.LockType = 3 cc_adult.Open cc_adult_numRows = 0 %> <% set cc_ya = Server.CreateObject("ADODB.Recordset") cc_ya.ActiveConnection = "dsn=events;" cc_ya.Source = "SELECT * FROM events WHERE branch = 'Barbara Bush' AND type = 'Young Adult' ORDER BY sort_order ASC" cc_ya.CursorType = 0 cc_ya.CursorLocation = 2 cc_ya.LockType = 3 cc_ya.Open cc_ya_numRows = 0 %> <% set cc_child = Server.CreateObject("ADODB.Recordset") cc_child.ActiveConnection = "dsn=events;" cc_child.Source = "SELECT * FROM events WHERE branch = 'Barbara Bush' AND type = 'Child' ORDER BY sort_order ASC" cc_child.CursorType = 0 cc_child.CursorLocation = 2 cc_child.LockType = 3 cc_child.Open cc_child_numRows = 0 %> <% set cc_story = Server.CreateObject("ADODB.Recordset") cc_story.ActiveConnection = "dsn=events;" cc_story.Source = "SELECT * FROM storytime WHERE branch = 'Barbara Bush' ORDER BY sort_order ASC" cc_story.CursorType = 0 cc_story.CursorLocation = 2 cc_story.LockType = 3 cc_story.Open cc_story_numRows = 0 %><% set cc_adult_head = Server.CreateObject("ADODB.Recordset") cc_adult_head.ActiveConnection = "dsn=events;" cc_adult_head.Source = "SELECT * FROM events, header WHERE branch = 'Barbara Bush' AND type = 'Adult' ORDER BY sort_order ASC" cc_adult_head.CursorType = 0 cc_adult_head.CursorLocation = 2 cc_adult_head.LockType = 3 cc_adult_head.Open cc_adult_head_numRows = 0 %><% set cc_ya_head = Server.CreateObject("ADODB.Recordset") cc_ya_head.ActiveConnection = "dsn=events;" cc_ya_head.Source = "SELECT * FROM events, header WHERE branch = 'Barbara Bush' AND type = 'Young Adult' ORDER BY sort_order ASC" cc_ya_head.CursorType = 0 cc_ya_head.CursorLocation = 2 cc_ya_head.LockType = 3 cc_ya_head.Open cc_ya_head_numRows = 0 %><% set cc_child_head = Server.CreateObject("ADODB.Recordset") cc_child_head.ActiveConnection = "dsn=events;" cc_child_head.Source = "SELECT * FROM events, header WHERE branch = 'Barbara Bush' AND type = 'Child' ORDER BY sort_order ASC" cc_child_head.CursorType = 0 cc_child_head.CursorLocation = 2 cc_child_head.LockType = 3 cc_child_head.Open cc_child_head_numRows = 0 %><% set cc_story_head = Server.CreateObject("ADODB.Recordset") cc_story_head.ActiveConnection = "dsn=events;" cc_story_head.Source = "SELECT * FROM storytime, header WHERE branch = 'Barbara Bush' ORDER BY sort_order ASC" cc_story_head.CursorType = 0 cc_story_head.CursorLocation = 2 cc_story_head.LockType = 3 cc_story_head.Open cc_story_head_numRows = 0 %><% set cc_disp_head = Server.CreateObject("ADODB.Recordset") cc_disp_head.ActiveConnection = "dsn=events;" cc_disp_head.Source = "SELECT * FROM displays, header WHERE branch = 'Barbara Bush' ORDER BY sort ASC" cc_disp_head.CursorType = 0 cc_disp_head.CursorLocation = 2 cc_disp_head.LockType = 3 cc_disp_head.Open cc_disp_head_numRows = 0 %><% set cc_disp = Server.CreateObject("ADODB.Recordset") cc_disp.ActiveConnection = "dsn=events;" cc_disp.Source = "SELECT * FROM displays WHERE branch = 'Barbara Bush' ORDER BY sort ASC" cc_disp.CursorType = 0 cc_disp.CursorLocation = 2 cc_disp.LockType = 3 cc_disp.Open cc_disp_numRows = 0 %><% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 cc_ya_numRows = cc_ya_numRows + Repeat1__numRows %><% Dim Repeat6__numRows Repeat6__numRows = -1 Dim Repeat6__index Repeat6__index = 0 cc_child_numRows = cc_child_numRows + Repeat6__numRows %><% Dim Repeat7__numRows Repeat7__numRows = 1 Dim Repeat7__index Repeat7__index = 0 cc_story_head_numRows = cc_story_head_numRows + Repeat7__numRows %><% Dim Repeat8__numRows Repeat8__numRows = -1 Dim Repeat8__index Repeat8__index = 0 cc_story_numRows = cc_story_numRows + Repeat8__numRows %><% Dim Repeat9__numRows Repeat9__numRows = 1 Dim Repeat9__index Repeat9__index = 0 cc_disp_head_numRows = cc_disp_head_numRows + Repeat9__numRows %><% Dim Repeat10__numRows Repeat10__numRows = -1 Dim Repeat10__index Repeat10__index = 0 cc_disp_numRows = cc_disp_numRows + Repeat10__numRows %><% Dim Repeat5__numRows Repeat5__numRows = 1 Dim Repeat5__index Repeat5__index = 0 cc_ya_head_numRows = cc_ya_head_numRows + Repeat5__numRows %><% Dim Repeat4__numRows Repeat4__numRows = 1 Dim Repeat4__index Repeat4__index = 0 cc_child_head_numRows = cc_child_head_numRows + Repeat4__numRows %><% Dim Repeat3__numRows Repeat3__numRows = -1 Dim Repeat3__index Repeat3__index = 0 cc_adult_numRows = cc_adult_numRows + Repeat3__numRows %><% Dim Repeat2__numRows Repeat2__numRows = 1 Dim Repeat2__index Repeat2__index = 0 cc_adult_head_numRows = cc_adult_head_numRows + Repeat2__numRows %> Harris County Public Library - Branch Information
Home
Ask a Librarian
HomeAbout the LibraryBranch InformationBooks and ReadingReferenceEspañol
Search Events and Programs
<% While ((Repeat2__numRows <> 0) AND (NOT cc_adult_head.EOF)) %><%=(cc_adult_head.Fields.Item("aheader").Value)%><% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 cc_adult_head.MoveNext() Wend %>
<% While ((Repeat3__numRows <> 0) AND (NOT cc_adult.EOF)) %>
<%=(cc_adult.Fields.Item("month").Value)%> <%=(cc_adult.Fields.Item("day").Value)%>  <%=(cc_adult.Fields.Item("day2").Value)%> <%=(cc_adult.Fields.Item("spacetime").Value)%> <%=(cc_adult.Fields.Item("title").Value)%>
  <%=(cc_adult.Fields.Item("description").Value)%>
<% Repeat3__index=Repeat3__index+1 Repeat3__numRows=Repeat3__numRows-1 cc_adult.MoveNext() Wend %>
<% While ((Repeat5__numRows <> 0) AND (NOT cc_ya_head.EOF)) %><%=(cc_ya_head.Fields.Item("yaheader").Value)%><% Repeat5__index=Repeat5__index+1 Repeat5__numRows=Repeat5__numRows-1 cc_ya_head.MoveNext() Wend %>
<% While ((Repeat1__numRows <> 0) AND (NOT cc_ya.EOF)) %>
<%=(cc_ya.Fields.Item("month").Value)%> <%=(cc_ya.Fields.Item("day").Value)%>  <%=(cc_ya.Fields.Item("day2").Value)%> <%=(cc_ya.Fields.Item("spacetime").Value)%> <%=(cc_ya.Fields.Item("title").Value)%>
<%=(cc_ya.Fields.Item("description").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 cc_ya.MoveNext() Wend %>
<% While ((Repeat4__numRows <> 0) AND (NOT cc_child_head.EOF)) %><%=(cc_child_head.Fields.Item("cheader").Value)%> <% Repeat4__index=Repeat4__index+1 Repeat4__numRows=Repeat4__numRows-1 cc_child_head.MoveNext() Wend %>
<% While ((Repeat6__numRows <> 0) AND (NOT cc_child.EOF)) %>
<%=(cc_child.Fields.Item("month").Value)%> <%=(cc_child.Fields.Item("day").Value)%>  <%=(cc_child.Fields.Item("day2").Value)%> <%=(cc_child.Fields.Item("spacetime").Value)%> <%=(cc_child.Fields.Item("title").Value)%>
<%=(cc_child.Fields.Item("description").Value)%>
<% Repeat6__index=Repeat6__index+1 Repeat6__numRows=Repeat6__numRows-1 cc_child.MoveNext() Wend %> <% While ((Repeat7__numRows <> 0) AND (NOT cc_story_head.EOF)) %>
<%=(cc_story_head.Fields.Item("sheader").Value)%>
<% Repeat7__index=Repeat7__index+1 Repeat7__numRows=Repeat7__numRows-1 cc_story_head.MoveNext() Wend %> <% While ((Repeat8__numRows <> 0) AND (NOT cc_story.EOF)) %>
<%=(cc_story.Fields.Item("story_type").Value)%> storytime is every <%=(cc_story.Fields.Item("day").Value)%> at <%=(cc_story.Fields.Item("spacetime").Value)%>
<%=(cc_story.Fields.Item("story_note").Value)%>
<% Repeat8__index=Repeat8__index+1 Repeat8__numRows=Repeat8__numRows-1 cc_story.MoveNext() Wend %> <% While ((Repeat9__numRows <> 0) AND (NOT cc_disp_head.EOF)) %>
<%=(cc_disp_head.Fields.Item("dheader").Value)%>
<% Repeat9__index=Repeat9__index+1 Repeat9__numRows=Repeat9__numRows-1 cc_disp_head.MoveNext() Wend %> <% While ((Repeat10__numRows <> 0) AND (NOT cc_disp.EOF)) %>
<%=(cc_disp.Fields.Item("title").Value)%>     from <%=(cc_disp.Fields.Item("from_month").Value)%> <%=(cc_disp.Fields.Item("from_day").Value)%> to <%=(cc_disp.Fields.Item("to_month").Value)%> <%=(cc_disp.Fields.Item("to_day").Value)%>
<%=(cc_disp.Fields.Item("description").Value)%>
<% Repeat10__index=Repeat10__index+1 Repeat10__numRows=Repeat10__numRows-1 cc_disp.MoveNext() Wend %>