Skip to main content

SQL Query - Data Table name is not set

Comments

2 comments

  • Permanently deleted user

    You need to assign the DataTable Name to avoid the issue.

    If you assign the result of the SQLQuery activity as a variable named 'dtResult'.

    Add a Assign activity after 'SQLQuery' activity, and dtResult.TableName  whose value is whatever you want to assin (hardcoded string, or a a variable configured itas default value.

    I remember this forum discussed before, but can't find easily enough so I am writing here again.

    Munhwan 

    0
  • Sean McClurkan

    Thanks!  That worked.  

    0

Please sign in to leave a comment.