何时将数据装载到Application 或 Session 对象中去?
程序员文章站
2023-01-25 17:32:48
<%function getemploymentstatuslistdim dd = application(?...
<%
function getemploymentstatuslist
dim d
d = application(?employmentstatuslist?)
if d = ?? then
' fetchemploymentstatuslist 函数从数据库取数据,返回一个数组
d = fetchemploymentstatuslist()
application(?employmentstatuslist?) = d
end if
getemploymentstatuslist = d
end function
%>
上一篇: 如何在ADSI中查询用户属性?
下一篇: 用Python制作一个文件加密器