当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 在线等,急!! ......
    摘要: sql> execute dbms_logmnr_d.build(dictionary_filename=>v816dict.ora,dictionary_location=>e:\oracle \logs); begin dbms_logmnr_d.build(dictionary_filename=>v816dict.ora,dictionary_locatio......


表里的数据读到下拉条里怎么做

我想读smallclass表中的smlaaclassname的数据在下拉条里!  
  我不知道怎么写?  
  大家帮忙!  
  请在下面的代码里改~谢谢!  
   
  <!--#include   file="../conn.asp"-->  
  <%    
  sql=   "select   *   from   smallclass   where   bigclassname=公司分类   order   by   id   desc   "  
  rs.open   sql   ,conn,   1,1  
  %>  
  <form>  
  <select   name="xssmallclassname">  
  <option   value="<%rs="smallclassname"%>"></option>  
  </select>  
  </form>

NO.1   作者: 61

<!--#include   file="../conn.asp"-->  
  <%    
  sql=   "select   *   from   smallclass   where   bigclassname=公司分类   order   by   id   desc   "  
  rs.open   sql   ,conn,   1,3  
  %>  
  <form>  
  <select   name="xssmallclassname">  
  <%while   not   rs.eof   %>  
  <option   value=<%=rs("smallclassname")%>><%=rs("smallclassname")%></option>  
  <%  
      rs.movenext  
      wend  
  %>  
  </select>  
  </form>  
 


 ·死悄悄了    »显示摘要«
    摘要: 我的服务器不能复制粘铁,同时好多的服务都不能启动了,望卡也堪布到了、、 急!!!!!!!!1 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE