![]() |
#2
lili06102008-11-27 17:57
|
<%set rs=server.createobject("adodb.recordset")
sql="Select top 30 * from Staff where name='"&name&"' and sid='"&sid&"' and cate="&cate
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof
%>这段代码我想让内容升序排怎么写啊?