阴角条和阳角条的区分:set conn = Server.CreateObject("ADODB.Connection")

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/13 12:06:14
set conn = Server.CreateObject("ADODB.Connection")
conn.Open Application("strConn")
是什么意思
“strConn”是什么啊

strConn是指 字符串链接 但strConn是自己定义的
Application("strConn") 意思 字符串链接应用到全局

到global.asa中能找到定义