VB Script syntax error in DTS...

  • I think it's complaining about the line continuation character actually.

    try

    q = DTSLookups("FiltroStoricoIdLotto_Lookup").Execute(DTSSource("Id"), DTSSource("Lotto"))

    instead of

    q = DTSLookups("FiltroStoricoIdLotto_Lookup")._

    Execute(DTSSource("Id"), DTSSource("Lotto"))


    In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.   Douglas Adams (1952-2001)

Viewing post 1 (of 2 total)

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