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 about the extension .hta?
How will you get the last occurrence of one string within another string using vbscript?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
why do u choose to go for testing why cant for devoloping
Can anyone send me a vb script function for verifying the functionality of active links on a web page
what is diff between static and dynaic arrys?
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
I have string like hp company.print tis like company hp.write a program in vbscripting
Explain about adodb.stream class?
What are class properties?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
What is the scope of a constant declared using public?