sql="select * from vwSB0200A where id='"&request.cookies("id")&"' "
rs.Open sql,conn,1,3
sql1="select zdm from dictable where bm='gyfqpfqk' and zdm not in('id') "
set rs10 = conn.execute(sql1)
count = 1
do while not rs10.eof
' x="""&trim(rs10("zdm"))&"""
'response.write x
zdm=rs10("zdm")
rs(zdm)=a(count)
count = count + 1
rs10.movenext
loop
rs10.close
set rs10=nothing