Forum Discussion
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.
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
- tristaanogre7 years agoEsteemed 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.
- tristaanogre7 years agoEsteemed Contributor
FYI, the extension as it is currently written only supports MSSQL and MYSQL. Support for Oracle would need to be added so, if you did so, I'd like to see what code you changed and how you implemented it.
- contacteswart7 years agoOccasional Contributor
Hello
I am not sure what I have to update for Oracle SQL. I was under impression that I should give required parameters for Databse Type and Name. I didn't modify the code given except inputting servernames and credentials. I have attached the properties details of my Oracle SQL developer.
I've attached the file too to this post.
Please give a look and advise me further
Thanks a lot
Regards
Eswara V