Forum Discussion

whuang's avatar
whuang
Regular Contributor
5 years ago
Solved

How can I get TC to run query against SQL database?

Hi everyone,   I have a test that I need to ask TC to run a query in SQL database to update some data, but I have no knowledge about database at all. I read about ADO Object and tried to do the s...
  • whuang's avatar
    whuang
    5 years ago

    Nevermind, I figured out, it should be DBConnection.Execute(Query to run)