注册 登录
编程论坛 新人交流区

[求助] 看看这个代码为什么不对

tianyi8012 发布于 2007-11-11 19:58, 315 次点击
<%.
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 不起作用
1 回复
#2
nhhoo2007-11-11 22:14
路过.....
1