home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Micrsoft
/
VJ
/
COMMON
/
WIZARD98
/
VIWZ1.DLL
/
1033
/
HTMX
/
5724
< prev
next >
Wrap
Text File
|
1998-02-24
|
680b
|
19 lines
<%
Dim avar%%1
If IsEmpty(Application(strDFName & "_Lookup_%%1")) Or strPagingMove = "Requery" Then
Set %%4 = Server.CreateObject("ADODB.Connection")
%%4.ConnectionTimeout = Session("%%4_ConnectionTimeout")
%%4.CommandTimeout = Session("%%4_CommandTimeout")
%%4.Open Session("%%4_ConnectionString"), Session("%%4_RuntimeUserName"), Session("%%4_RuntimePassword")
Set rs%%1 = %%4.Execute("SELECT DISTINCT %%2, %%3 FROM %%5")
avar%%1 = Null
On Error Resume Next
avar%%1 = rs%%1.GetRows()
Application.Lock
Application(strDFName & "_Lookup_%%1") = avar%%1
Application.Unlock
Else
avar%%1 = Application(strDFName & "_Lookup_%%1")
End If
%>