can we create recorset with out using database connection in
vbscript?
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 |
What is difference between Recording time object identification and Run time (Execution) time.
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
what is framework? which frame work u follow for writting script?
Explain in brief about the QTP Automation Object Model.
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
Hi All, How to Compare two strings character by character in QTP
Does QTP is "Unicode" compatible?
Where we can use the synchronization?
How to use Regular Expressions in QTP? give an example.
10 Answers ABC, Accenture, Ordain Solutions, SCL,
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me