<% Response.write Err.description tmpList = "Latest additions to media" tmpList = tmpList & "TitleRelated PersonMediumLang " & mediaList On Error Resume Next Set RSUPD = Server.CreateObject("ADODB.Recordset") RSUPD.Open "Select * From TB_MEDIA WHERE mediaRef = 'TED' ORDER BY mediaPubYear DESC,mediaPubMonth DESC", objConn, 1, 3 If Not RSUPD.EOF Then Do While Not RSUPD.EOF tedList = tedList & "" & RSUPD("mediaTitle") & "" & vbCrLf tedList = tedList & "" & getPersonName(RSUPD("peopleID")) & "" & vbCrLf tedList = tedList & "" & RSUPD("mediaPubMonth") & "/" & RSUPD("mediaPubYear") & "" & vbCrLf RSUPD.MoveNext Loop Else tedList = "No entries were found..." End If Set RSUPD = Nothing tedList = " TitleByDate " & tedList objConn.Close : set objConn = Nothing Response.write Err.description %> ALEXANDRINA <%= tedList %>

 

<% Response.Write(QuoteOfDay()) %>
<% objConn.Close : Set objConn = Nothing %>