The latest news and events from Durham Logistics College - if you'd like to be kept up to date on developments here at the college, why not subscribe to our newsletter?
<% Set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.Open "SELECT * FROM dlcNews ORDER BY NewsDate DESC",dbNews,0,1 If rsNews.EOF Then %> There are currently no news articles available. <% Else Do While NOT rsNews.EOF %> <%=FormatDateTime(rsNews("NewsDate"),vbLongDate)%> - <%=rsNews("NewsHeadline")%>
<%=URLGrabber(rsNews("NewsText"))%>
<% rsNews.MoveNext Loop End If rsNews.Close Set rsNews = Nothing %>



