% dim sqlVote,rsVote,i sqlVote="select * from Vote order by id" Set rsVote= Server.CreateObject("ADODB.Recordset") rsVote.open sqlVote,conn,1,1 if rsVote.bof and rsVote.eof then response.Write " 没有任何调查" else j=1 while not rsvote.eof response.write "