Forum Discussion
- tristaanogreEsteemed Contributor
Honestly, it's a LOT easier to write SQL interaction code in Script rather than trying to shoe-horn it into the format of keyword testing.
OR, follow the link in my signature... there's a script extension I wrote that encapsulates a lot of this stuff for executing SQL queries.
- contacteswartOccasional Contributor
Hello
Thanks for your reply.
I went through the first link given by you. Not sure where to include my query which is to be executed?
Also
Went through the script extension given in your signature. I am unable to compile that code after updating it for my requirement. I use Oracle SQL Developer to run my query. Details look like this
SQL Type: MSDASQL.1
Database Name: ENTUAT_SRV
Server Name: UAT4
While updating above details and executing the script I am getting the following error
Statement is not valid in a namespace.
Thanks in advance for your time and help.
Now lot of automation I have done in Keyword driven. Now I can not revert back my changes to Scripting
At this point in time I am planning to include it as a Run Script at the place where I want this script to be executed
Thanks
Eswara V
- tristaanogreEsteemed Contributor
The first link is simply a starting point, describing the ADO objects available in TestComplete and giving a quick overview on how to use them for writing a query. Basically, what is in that link is what I used to build the script extension.
As for the script extension... what do you mean by "unable to compile that code after updating it for my requirement"? What did you change? How did you "compile" it? The extension is provided as-is so, any alterations you made to it I cannot support directly but I'd be happy to help you figure things out.