Tuesday, October 28, 2008

SSIS Tip - result binding by name is not supported for this connection type

In SSIS when I tried to bind the ADO.NET Result Set to a User Variable by the 'RecordSet Column Name', I got the error 'result binding by name is not supported for this connection type'. The I found that the 'Result Set - Result Name' should be changed to Index of the Column in the Result Set like 0, 1.

13 comments:

  1. i was lost in this shit. thanks a lot man!

    ReplyDelete
  2. Agree. You just saved me a lot of time. Thanks!

    ReplyDelete
  3. Excelente !! Thnks

    ReplyDelete
  4. Thanks for this - simple but causing me a pain - all sorted now.

    ReplyDelete
  5. Thank you very much! :)

    ReplyDelete
  6. Thank a lot man. Really helped me a lot

    ReplyDelete
  7. It previously worked for me with the name, but didn't in the new package I was creating. Ypur tip saved me from a lot of frustration

    ReplyDelete
  8. Thank you - a real time saver

    ReplyDelete
  9. Thank you very much!

    ReplyDelete