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 |
explain with example primitive data types of vb script.
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
What are the valid scopes of a variable in vbscript?
Explain sga memory structures?
What are the properties of regexp object?
What are keywords in the vbscript language?
How to create pull down menu box using vb script
how to write function to validate the number of characters entering into the text box?
Which loop is used in case of arrays in the vbscript language?
What is the purpose of regexp object in vbscript?
How to get the length of the string by making use of the string function?