何時將數(shù)據(jù)裝載到Application 或 Session 對象中去?
更新時間:2006年11月16日 00:00:00 作者:
<%
Function GetEmploymentStatusList
Dim d
d = Application(?EmploymentStatusList?)
If d = ?? Then
' FetchEmploymentStatusList 函數(shù)從數(shù)據(jù)庫取數(shù)據(jù),返回一個數(shù)組
d = FetchEmploymentStatusList()
Application(?EmploymentStatusList?) = d
End If
GetEmploymentStatusList = d
End Function
%>
相關(guān)文章
問題解析:為什么數(shù)組下標(biāo)從0?開始而不是?1??
這篇文章主要為大家介紹了為什么數(shù)組下標(biāo)是從0?開始而不是?1?呢的問題解析,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪2023-04-04