<%
varEventDesc = oRS("EventDesc")
varEventURLAddress = oRS("MoreInfoURL")
Call CheckForErrors(objConn)
'Check for errors
if objconn.Errors.Count > 0 then
set objErr = Server.CreateObject("ADODB.RecordSet")
For Each objErr In objConn.Errors
if objErr.Number <> 0 Then
Response.Write " System Error Description: " & objErr.Description & " "
Response.Write " Please feel free to contact us if you have any questions. " Response.Write "" & vargTechSuptEmail & "" blnCriticalError = True end if Next Set objErr = Nothing if blncriticalError Then Response.End end if objErr.Close set objErr = Nothing end if %>
|