发新话题
打印

[求助]关于数据库中读取多条数据~~(我不想用循环)

[求助]关于数据库中读取多条数据~~(我不想用循环)

我下了一个急速先锋的论坛源码~~~ 现在我想修改下~~可是很多地方不懂~~~~ 这是我想修改的方案: " End If End If Next End If sLink=Replace(sLink & sTxtLink,"

","
") If Trim(sLink)="" or Trim(sLink)="
" Then sLink=";欢迎访问www.SpbDev.com" End If forumLinkProcess=sLink End If End Function %>
附件: 您所在的用户组无法下载或查看附件

TOP

[求助]关于数据库中读取多条数据~~(我不想用循环)

另外我要读取的代码是
<%if trim(forumInfo(5,i))<>"" then Response.Write ""%><%=forumInfo(3,i)%>
<%=forumInfo(4,i)%>
斑竹:<%=showadmins(forumInfo(12,i))%>
新帖:<%if forumInfo(17,i)<>"" then%>保密
回复:保密<%else%><%=Replace(Replace(Replace(htmlEnc(forumInfo(9,i)),chr(8),""),chr(9),""),chr(23),"")%>
用户:<%=Replace(Replace(Replace(htmlEnc(forumInfo(9,i)),chr(8),""),chr(9),""),chr(23),"") %>

TOP

[求助]关于数据库中读取多条数据~~(我不想用循环)

实际上就是那段代码: <%=Replace(Replace(Replace(htmlEnc(forumInfo(9,i)),chr(8),""),chr(9),""),chr(23),"") %> 我想读取上一行的数据~~怎么读取我不知道~~ 还望高手帮忙 谢谢

TOP

[求助]关于数据库中读取多条数据~~(我不想用循环)

各位大哥帮忙啊~~

TOP

发新话题