手机
当前位置:查字典教程网 >编程开发 >ASP教程 >asp获取数据库的连接属性的方法
asp获取数据库的连接属性的方法
摘要:asp获取数据库的连接属性的方法OptionExplicitdimobjCNNdimintCTPropsdimitemdimvbCRLFvb...

asp获取数据库的连接属性的方法

Option Explicit

dim objCNN

dim intCTProps

dim item

dim vbCRLF

vbCRLF = chr(10)

Response.Write vbCRLF

Response.Write

春风精彩之查看数据库属性 vbCRLF

Response.Write vbCRLF

set objCNN = Server.CreateObject(ADODB.connection)

objCNN.Open DSN=VicTest

Response.Write 编号 vbCRLF

Response.Write Name值 vbCRLF

intCTProps = 0

for each item in objCNN.Properties

intCTProps = intCTProps + 1

Response.Write intCTProps vbCRLF

Response.Write item.name vbCRLF

Response.Write item.value vbCRLF

next

Response.Write vbCRLF

Response.Write vbCRLF

Response.Write vbCRLF

set objCNN = Nothing

set intCTProps = nothing

set item = nothing

set vbCRLF = nothing

%

【asp获取数据库的连接属性的方法】相关文章:

asp获取当前URL代码

asp读取xml文件

asp实现读取数据库输出json代码

asp从缓存读数据实例

JScript中遍历Request表单参数集合的方法

ASP中七种实现分页显示的方法

ASP获取到的系统时间有上午,下午的解决方法

ASP获取地址栏URL地址方法

asp 简单数据库连接类

asp 中常用的文件处理函数

精品推荐
分类导航