Hi All,
Using the DTS designer, i tried an ActiveX script using DTSLookups, it fails with the message that there is a "type mismatch: DTSLookups".
Why this error comes and how to rectify it?(I have SP 2.)
here is the query and code i have used. pls let me know
Query:
SELECT Name FROM emp WHERE (Sal = ?)
Script:
Dim myName
Set myName = DTSLookups("My_Query").Execute(DTSSource("Sal").Value)
Pls let me know where & what is the fault
Thanx