|
|
|
|
|
|
LATEST ADDITIONS |
<%
selSQL = "SELECT TOP 15 Heading, Content, File_Name, Doc_Name, File_Link_Text, Doc_Size, Doc_Type, URL, URL_Text, Ins_Month, Load_Date FROM ASATA.Notices WHERE Members_Section = 1 ORDER BY Load_Date DESC "
Set rsNot = oConn.execute(selSQL)
Do While rsNot.EOF = False
vHeading = rsNot("Heading")
vContent = rsNot("Content")
vFile_Name = rsNot("File_Name")
vDoc_Name = rsNot("Doc_Name")
vFile_Link_Text = rsNot("File_Link_Text")
vDocument_Size = rsNot("Doc_Size")
vDocument_Type = rsNot("Doc_Type")
vURL = rsNot("URL")
vURL_Text = rsNot("URL_Text")
vLoad_Date = rsNot("Load_Date")
vIns_Month = rsNot("Ins_Month")
vMonthName_M = Month(vLoad_Date)
vMonthName = MonthName(vIns_Month, 1)
%>
|
<%=vHeading%> |
<%=vDocument_Type%> | <%=vDocument_Size%> Kb |
Go»
 |
|
<%
rsNot.MoveNext
Loop
%>
|
Web Archives |
|
Browse through a collection of previous reports, surveys and
other research material.
Go»
  |
|
|
|
|