芸芸众生意思是什么:set conn = Server.CreateObject("ADODB.Connection")

来源:百度文库 编辑:高考问答 时间:2024/05/12 10:35:00
set conn = Server.CreateObject("ADODB.Connection")
conn.Open Application("strConn")
是什么意思
“strConn”是什么啊

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

到global.asa中能找到定义