can we create recorset with out using database connection in
vbscript?
Answer Posted / amarendra kothuru
You can create recordset object without using database
connection but not able to access data from Database.
If youn want to access data from database, then you should
create db connection. Using connectionstring only, you can
execute SQl query and able to save the results into
recordset.
Even if you create recordset object without db connection,
you might unnecessarily increase you code. Nothing will be
happen.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What is recovery scenario manager? When you go for recovery scenario manager?
What is the use of sendkeys and what are send keys
any body can you help me what is the script to automate an comand promt
Where you get the run time data table?
Can we record using all the modes in a single script? Explanation with example is appreciated
When do go for loop condition in test?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What Folder Structure following in Keyword Driven Frame work?
Explain different checkpoints in qtp.
How you can delete excel file in qtp?
Describe how Smart Identification is used
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to test fly out menu in qtp?