how i will connect oracle or microsoft acess database
through manually written Script
Answer Posted / sashikanth
DIM ADDCON
DIM RECSET
SET ADDDCON = CREATEOBJECT("ADODB.CONNECTION")
ADDCON.OPEN "DSN= ;UID= ;PWD= ;"
SET RECSET = ADDCON.EXECUTE("SELECT.....)
WHILE RECSET.EOF
.........
.........
WEND
SET ADDCON = NOTHING
SET RECSET = NOTHING
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you create new test sets in td?
give me an example where u used good judgement and logic in solving a problem
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How to create Reusable and Multiple Actions?
What are the different attribute used with regular expression?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
hou can we use vb script in qtp could u tell me breafly
What are the automation metrice in your project?
How can get count of list box?
If you are testing a web application then what will you test in that application?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How does quicktest professional (qtp) identifies the object in the application?