Ma stai usando questa pagina?
codice:
<%
do while not recset.eof
%>
<tr><td width="85" bgcolor="#0099FF"><font color="#FFFFFF">dal: <%=recset("dal")&" al: "&recset("al")%></font></td>
</tr>
<tr>  
  <td width="293"><%=recset("comune")%><ul>[*]<font size="2"><%=recset("evento")%> 

	      <%=recset("descrizione")%>

          <%
	if recset("link")<>"" then %>
	      " target="_blank">Link all'evento</font>
	<%
	end if
	%>
	[/list]</td>
</tr>
<%
recset.movenext
loop
%>
o questa?
codice:
do while not recset.eof
%>
evento=recset("dal")&"|"&recset("al")&"|"&recset("comune")&"|"&recset("evento")&"|"&recset("descrizione")&"|"&recset("link")
recset.movenext
loop
response.write(evento)
come t'ho già detto usa la prima