hi friends i was tried to connect qtp with oracle database
using provider.i got a error.so anyone can help me out by
correct script
Answer Posted / shilpa reddy
I will provide u the code for it,try it once.
set con=createobject("ADODB.connection")
con.open "provider=oradb;server=Ipaddress;hoststring=stringn
ame;username=scott;password=tiger"
set com=createobject("adodb.command")
com.activeconnection=con
com.commandtext="ur required sql statement"
com.execute
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the benefits of quick test pro(qtp)?
How many types of recording modes in qtp? Describe each type with an example where we use them?
What is Distributed testing? How does UFT support it?
What are the advantages of a Hybrid framework?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
what is the difference between IE & Netscape in web testing on a log in page
What are the technics follow in writing VB script?
In qtp, how you can use xpath to identify objects?
What is the difference between shared and local object repository?
How to add verification steps to tests?
Define Canvas view of UFT?
how to evalute defects in QTP script?
Explain the new feature of UFT regarding the export of test results?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How does qtp identify objects in the application?