Forum Discussion

paulohg6's avatar
paulohg6
Occasional Contributor
5 years ago
Solved

Run SQL file

My problem is: I have a very large sql to run, and my idea was to externalize this sql to an external file and just run it through testcomplete is there any way to accomplish this? my database is o...
  • DWalsh's avatar
    DWalsh
    5 years ago

    So the SQL you want to execute, can you run it say from a batch file outside of TestComplete?. If so you one way is to add your batch file as a TestedApps object and run it:

     

    TestedApps.yourBatch.Run()