主页 > 知识库 > 怎样获知数据库的连接属性?

怎样获知数据库的连接属性?

热门标签:武汉如何办理400电话 常州智能外呼电销机器人如何 自适应地图标注 教育机构地图标注 语音电销机器人视频 推销电话机器人怎么打电话的 辽宁营销智能外呼系统价格多少 400电话是怎么申请 重庆400电话哪里办理

%@ Language=VBScript %>

%

    Option Explicit

    dim objCNN

    dim intCTProps

    dim item

    dim vbCRLF

   

    vbCRLF = chr(10)

    Response.Write "html>head>/head>body>" vbCRLF

    Response.Write "p>h3>春风精彩之查看数据库属性/h3>/p>" vbCRLF

    Response.Write vbCRLF

    set objCNN = Server.CreateObject("ADODB.connection")

    objCNN.Open "DSN=VicTest"

   

    Response.Write "table border=1>tr>td width='10%'>>编号/td>" vbCRLF

    Response.Write "td width='70%'>>Name/td>td width='20%'>>/td>/tr>" vbCRLF

   

    intCTProps = 0

    for each item in objCNN.Properties

        intCTProps = intCTProps + 1

        Response.Write "tr>td>" intCTProps "/td>" vbCRLF

        Response.Write "td>" item.name "/td>" vbCRLF

        Response.Write "td>" item.value "/td>/tr>" vbCRLF

    next

    Response.Write "/table>" vbCRLF

    Response.Write vbCRLF

    Response.Write "/body>/html>" vbCRLF

   

    set objCNN = Nothing

    set intCTProps = nothing

    set item = nothing

    set vbCRLF = nothing

%>

标签:柳州 遵义 威海 邯郸 鸡西 中山 襄阳 朔州

巨人网络通讯声明:本文标题《怎样获知数据库的连接属性?》,本文关键词  怎样,获知,数据库,的,连接,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《怎样获知数据库的连接属性?》相关的同类信息!
  • 本页收集关于怎样获知数据库的连接属性?的相关信息资讯供网民参考!
  • 推荐文章