当前位置: 移动技术网 > IT编程>开发语言>其他编程 > 何时将数据装载到Application 或 Session 对象中去?

何时将数据装载到Application 或 Session 对象中去?

2017年12月08日  | 移动技术网IT编程  | 我要评论

%
function getemploymentstatuslist
dim d
d = application(?employmentstatuslist?)
if d = ?? then
' fetchemploymentstatuslist
函数从数据库取数据,返回一个数组
d = fetchemploymentstatuslist()
application(?employmentstatuslist?) = d
end if
getemploymentstatuslist = d
end function
%

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网