[求助] 看看这个代码为什么不对
<%.set rsgy=Server.CreateObject("ADODB.RECORDSET")
sqlgy="select top 5 * from XH_Question where sid = 8 order by ps desc"
rsgy.open sqlgy,conn,3,2
if not rsgy.bof and not rsgy.eof then
while not rsgy.eof
.%>
不知道为什么 top 5 不起作用