程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> ASP編程 >> 關於ASP編程 >> asp 簡單讀取數據表並列出來

asp 簡單讀取數據表並列出來

編輯:關於ASP編程

     call opendb()
             rs.open sql6,conn,1,1
          do while not rs.eof
          %>
          <tr>
            <td height="25" align="left" bgcolor="#FFFFFF"><a href="display.asp?id=<%=rs("id")%>&table_s=hot_lm" target="_blank" class="prodcut">&nbsp;&nbsp;<img src="index_files/dot_email.gif" width="5" height="5" border="0" />&nbsp;&nbsp;<%=rs("title")%></a></td>
            <td height="25" bgcolor="#FFFFFF"><%=rs("send_date")%></td>
            <td height="25" align="center" bgcolor="#FFFFFF">專題報道</td>
          </tr>
          <%rs.movenext
          loop
          else%>
          <tr>
            <td align="right">
              <%response.write("暫時沒有相關內容,或你是非法進入!")%>
            </td>
          </tr>
        </table>
        <%
       
        end if
        call closedb()%>

    1. 上一頁:
    2. 下一頁:
    Copyright © 程式師世界 All Rights Reserved