How do you create a recordset object in VBScript?
Answers were Sorted based on User's Feedback
Answer / prasant
set oRecordset = New ADODB.Recordset -- for VB scripting
set oRecordset = createobject("ADODB.Recordset") -- for QTP scripting
| Is This Answer Correct ? | 4 Yes | 0 No |
What is parametrization ?
What are the 2 ways in which a variable can be declared in the vbscript language?
How do display output message without using msgbox function?
How do you write an SQL insert statement?
what is the function to display current date?
Which keyword is used to declare a variable in the vbscript language?
Compare java script and vb script?
write a Vb script to find a whther a selected drive exits.
Mention the rules for using option explicit statement?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
How can I get the value of an object property or variable in another frame?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)