Adagio
7 years agoFrequent Contributor
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...
- 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.