易拉罐包装设计理念:set conn = Server.CreateObject("ADODB.Connection")

来源:百度文库 编辑:神马品牌网 时间:2024/05/12 13:28:29
set conn = Server.CreateObject("ADODB.Connection")
conn.Open Application("strConn")
是什么意思
“strConn”是什么啊

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

到global.asa中能找到定义