Forum Discussion
pkroon
15 years agoOccasional Contributor
Thanks again for the help, I finally got this all working. I used DDT.ADODriver and a While loop instead of the data-driven loop, and I have it working correctly now. In case anyone else has a similar question, I did this with 2 functions in a script (to connect and to get the values). I call the connect, then I run a While loop on a boolean variable that is controlled by my script, then I call the function to get the values at each iteration. I pretty much followed the built-in examples, and split them out to different functions. I attached the script I used in case it's of any value to anyone else.