Forum Discussion

Adagio's avatar
Adagio
Frequent Contributor
7 years ago

Refresh the value of a variable

Hello,   I have a variable which stores the value of a Database field called 'Status'. I fetch that value by using the connection string and then reading the value from a result set. During the Tes...
  • tristaanogre's avatar
    7 years ago

    You should re-query the table any time you want to check the status.  The result set is not a dynamic read of the table but a "snapshot" of what's there.