That doesn't answer the question. What we are trying to do is this....
MySQL="select top 1000 * from test order by id DESC"
set rs2=conn.execute(MySQL)
if not rs2.eof then
DynamicEditorNumber.XXXXXXX
DynamicEditorNumber.XXXXXXX
DynamicEditorNumber.XXXXXXX
DynamicEditorNumber.XXXXXXX
rs2.close
set rs2=nothing
end if