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 |
. Program for sorting of numbers in vb script?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What's the difference between vbscript and vb.net?
How many types of procedures are available in the vbscript language?
Mention what is vbscript?
How will you get the last occurrence of one string within another string using vbscript?
write a vb script to display factorial of a number using function
how to check whether link is disabled in QTP??
Explain about vb script?
Explain about the extension .hta?
generic function for webedit box for web application
write any ttest cases using check points and parameterization