|
 |
 |
 |
 |
 | <%
strIndexName = ""
strLastDate = ""
strStartDate="01/01/2003"
strEndDate=day(formatdatetime(now(),vbshortdate)) & "/" & month(formatdatetime(now(),vbshortdate)) & "/" & year(formatdatetime(now(),vbshortdate))
strIndexName = "New Briefs"
%>
 |
<%=strIndexName%>: |
 |
 | <%
rs.Open "SELECT ID, AdditionDate, Index, Issue FROM Articles ORDER BY AdditionDate DESC", cn, adOpenStatic, adLockOptimistic
If rs.eof Then
response.write "The article you requested cannot be found."
Else
Do While Not rs.EOF
If strLastDate <> rs("AdditionDate").value Then
%>
 |
Release <% if Not IsNull(rs("AdditionDate").value) Then response.write clng(rs("AdditionDate").value)
' MonthName(Month(rs("AdditionDate").value)) & " " & Day(rs("AdditionDate").value) & ", " & Year() %> |
 |
 |
 |
 |
 |
 | <%
End If
strLastDate = rs("AdditionDate").value
%>
 |
"><%=rs("Index").value%> - <%=rs("Issue").value%> |
 |
 | <%
rs.MoveNext
Loop
End If
If rs.state = 1 then rs.close
%>
 |
 |
 |
Terms of Use and Privacy. © Copyright Daniel Urbas 2003-2005. All Rights Reserved. | |
 |