[an error occurred while processing this directive] <% // update the last visit time var d = new Date(ForumLastVisitDate()); DBInitConnection(); oConnection.Execute("UPDATE Members SET LastVisit=#" + FormatSQLDate(d) + "# WHERE UserID='" + Session ( "MemberUserID" ) + "'"); DBReleaseConnection(); Session("MemberLastLogin") = String(FormatSQLDate(d)); Response.Redirect("index.asp"); %>