Dim Meets
sql = "SELECT MeetsID, MeetName FROM Meets WHERE MeetDate = '10/25/2019' ORDER BY MeetName"
Set rs = conn2.Execute(sql)
If Not rs.BOF = rs.EOF Then Meets = rs.GetRows()
Set rs = Nothing
<%If IsArray(Meets) > 0 Then%>
<%If sTeamInd = "ind" Then%>
<div style="text-aligh:right;">
<a href="results.asp?meet_id=<%=lMeetID%>&race_id=<%=lRaceID%>&team_ind=team">View Team Results</a>
</div>
<%Else%>
<div style="text-aligh:right;">
<a href="results.asp?meet_id=<%=lMeetID%>&race_id=<%=lRaceID%>&team_ind=ind">View Individual Results</a>
</div>
<%End If%>
<%Else%>
<div class="form-group">
<h4>Quiet Day</h4>
<p>We have no meets today.</p>
</div>
<%End If%>
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.