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 |
how to set one column as primary key in QTP and fetch values accordingly
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
who you define variables and functions in VB?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
write a vb script to generate fibonnaci numbers
Mention when to use function procedures and what are its characteristics?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
What is the use of the recordset object and which statement is used to create such an object?
Explain about the support of asp for vb script functionality?
Explain about the asc function?
How will you get the smallest subscript of an array in vbscript?