How do you create a recordset object in VBScript?

Answers were Sorted based on User's Feedback



How do you create a recordset object in VBScript?..

Answer / saimahesh babu

set a=createobject("ADODB.recordset")

Is This Answer Correct ?    17 Yes 1 No

How do you create a recordset object in VBScript?..

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

How do you create a recordset object in VBScript?..

Answer / senthilan . d

dim rs as new ADODB.recordset

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VB Script Interview Questions

. Program for sorting of numbers in vb script?

2 Answers   Talent Sprint,


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

0 Answers  


What's the difference between vbscript and vb.net?

0 Answers  


How many types of procedures are available in the vbscript language?

0 Answers  


Mention what is vbscript?

0 Answers  


How will you get the last occurrence of one string within another string using vbscript?

0 Answers  


write a vb script to display factorial of a number using function

1 Answers  


how to check whether link is disabled in QTP??

0 Answers  


Explain about vb script?

0 Answers  


Explain about the extension .hta?

0 Answers  


generic function for webedit box for web application

1 Answers  


write any ttest cases using check points and parameterization

0 Answers  


Categories