Destination Script Component - multiple oledb.datareaders?

  • change your code in the second part

    [PosactAReader = oledbcmdCheckAdjustment.ExecuteReader()

    If AdjustmentReader.Read() Then]

    to

    [AdjustmentReader = oledbcmdCheckAdjustment.ExecuteReader()

    If AdjustmentReader.Read() Then]

     


    Everything you can imagine is real.

  • Thanks for taking a look.  I made a mistake in my post when trying to change object names.  I corrected the typo.  It looks like i can only have 1 oledb data reader in the script component.

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

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