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
What ate the Technologies supported by QTP?
In qtp, explain what is keyword driven automation framework?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
what you mean by artifact,milestone...
What is the limitation to XML Checkpoints?
What is Test Fusion Report in QTP?
what is the difference between built-i function and In-built function?
Is it possible to call from one action to another action in qtp?
Explain in brief about the qtp automation object model (aom).
How many types of status are there?
With what extension you can save the list of tests in a file to run in test batch runner?
In qtp is it possible to check broken links of a page?
How are actions and functions different in QTP?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
can i compare two databases using QTP ?