DTSLookups Error

  • I would guess that you are passing a value that is of a different variable type than what it expected by a parameter or a destination field.

    hth,

    Michael

    Michael Weiss


    Michael Weiss

  • Hi Michael,

    here is the query and code i have used. pls let me know

    Query:

    SELECT Name FROM emp WHERE (Sal = ?)

    DTSLookups:

    Dim myName

    Set myName = DTSLookups("My_Query").Execute(DTSSource("Sal").Value)

    Pls let me know where is the fault

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply