dovrebbe essere così:
<tr>
do until rs.eof
%>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<td width="131" height="21" valign="top"><div align="center" ><%=rs("Calciatore")%>
(<%=rs("Squadra")%> )</div></td>
loop
</tr>
dovrebbe essere così:
<tr>
do until rs.eof
%>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<td width="131" height="21" valign="top"><div align="center" ><%=rs("Calciatore")%>
(<%=rs("Squadra")%> )</div></td>
loop
</tr>