codice:
for x = 1 to 3
   response.write recordset("campo")&"
"
   recordset.movenext
next