
05/12/2007, 11:55
|
 | | | Fecha de Ingreso: abril-2001
Mensajes: 2.249
Antigüedad: 23 años, 10 meses Puntos: 39 | |
Re: Problema con variable......... Aqui esta la consulta que hago
******************************
Var_Sql = "select top 3 id_usuario from irwexp_respuestas"
set rs = ObjOutf.execute (var_sql)
posicion = 0
while not rs.eof
posicion = posicion + 1
response.Write("&nombre"&posicion&"="&rs("nombre") )
rs.movenext
wend |