hey
i need some help in asp (vbscript) :
i need something to be done in a way that i don't really understand
i need my recordset object's pointer to be at a specific point (a parameter)
and from there to take the stuff i need from that record and move next in a for loop
something like this
change pointer to num
for i =nevermind to nevermind
response.write ("<img src=showimage.asp?imgid=" & rs.fields("id") & ">")
rs.movenext
next
what should i do to make this work (and what's the change to poiner option)
thanks