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
What is QTP scenario.
Explain types of output values?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How to customize qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is recovery scenario in qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What are the Test design techniques you uses in ur project?
How many types of actions are there in quicktest professional?
what is actually contain test report? can anybody post the test report
how many maximum number of virtual users we can create?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
please post the interview questions for QA position in FACTSET
what is run action?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji