codice:
set objRs = objConn.Execute("SELECT * from costruzioni WHERE NOME='"&session("nome_ut")&"'")
objRS.Open strSQL, DBConn
Do while not objRS.EOF and objRS.value>=1
%>
<table width="91%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%" rowspan="2"></td>
<td width="70%" height="107"></td>
</tr>
<tr>
<td height="19"><div align="right">
'...
</div></td>
</tr>
</table>
<%
objrs.movenext
Loop
questo è tt il codice interessato
purtroppo i rs nn li so usare ma credo che ora mi servano per forza