Zum Hauptinhalt gehen

SQL Query - Data Table name is not set

Kommentare

2 Kommentare

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.