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

栏目: 编程语言 · 发布时间: 6年前

内容简介:怎样获知数据库的连接属性?

<%@ 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

%>


以上所述就是小编给大家介绍的《怎样获知数据库的连接属性?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Ajax修炼之道

Ajax修炼之道

(美)哥特兰、高伯瑞斯、艾米亚 / 徐锋,胡冰 / 电子工业出版社 / 2006-4 / 29.8

Ajax将静态Web页面转变为充满交互的应用。现在您不需要牺牲Web应用程序部署的简单性,就可以将“胖”客户端应用程序部署到客户端。不过对于很多人业说,Ajax看起来很难。这就是我们撰写本书的原因。作为实践的指导,本书揭开了Ajax神秘的面纱,教您如何以简单的方式使用Ajax。本书内容覆盖了DHTML、Javascript和闻名已久的XmlHttp Request回调技术的基础知识。您将了解如何将......一起来看看 《Ajax修炼之道》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具