• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    如何利用数据库内容建立一个下拉式列表?

    如何利用数据库内容建立一个下拉式列表?

    % myDSN="DSN=xur;uid=xur;pwd=xur"
    mySQL="select * from authors where AU_ID100"
    set conntemp=server.createobject("adodb.connection")
    conntemp.open myDSN
    set rstemp=conntemp.execute(mySQL)
    if rstemp.eof then
    response.write "
    ,数据库为空!"
    response.write mySQL
    conntemp.close
    set conntemp=nothing
    response.end
     end if%>
    %do until rstemp.eof %>
    %
    rstemp.movenext
    loop
    rstemp.close
    set rstemp=nothing
    conntemp.close
    set conntemp=nothing

    ' 清空对象
    %>

    上一篇:如何制作一个弹出式的调查窗口?
    下一篇:如何实现在下拉菜单里输入文字?
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    如何利用数据库内容建立一个下拉式列表? 如何,利用,数据库,内容,