Hello,
I am creating a test where I want to connect to a SQL server and with the results from that query run a code set several times. I got the SQL connection setup and working but the data doesn't seem to update/refresh - even when I select the button. I am using the latest Ranorex 3.0.2.
Every time I run this test I will want it to use updated information, I was hoping it would preform the query before each run (after I click play) but worst case, I would want to be able to 'manage' my Data Source and select refresh manually.
How is this behavior suppose to work? I am using a MS SQL DB. I am running on Windows 7.
Thanks