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
Answers were Sorted based on User's Feedback
Answer / 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 |
Can you expect major bugs in Net banking Application?
what is descriptive programming? what are the mandotory properties in qtp? what are libriry functions in qtp? what frame work you are using at your project? what is object repositery? what is our role as per qtp project is concerned as a software tester?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
how to identify the user defind varibles? plz tell me
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
what are the different types of framesworks in QTP?what is the keyword driven framework?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
What is a data driven test in qtp?
Synchronizing test
how to test Web application using QTP software
How to retrieve the property of an object in QTP?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?