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 |
Please Example programms on vbscript 1)writing functions and calling functions
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is the extension of the vbscript file?
Explain sga memory structures?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
What is the scope of a constant declared using public?
who you define variables and functions in VB?
How are values assigned to the variables in the vbscript language?
What is loose binding? Why is it not a good practice to use it?
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
Explain about scrrun.dll in vbscript?
Does VB/Win make standalone .EXE files?