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 the difference between VBScript and JavaScript?
What is vbscript?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Can u describe what kind of testing are for OTC derivates by banks.
filter the array values without using filter function?
How do you get the value of a combo box in Javascript?
How to write VB script for login module?
What is the main difference between function and sub-procedure?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
How are values assigned to string type and numeric type variables?
What is the purpose of the err object in the vbscript language?