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

who will create the object?

0 Answers   Estuate,


What is vbscript procedures?

0 Answers  


Mention the environments where vbscript could be run?

0 Answers  


Write a Script for ATM in QTP

0 Answers  


Anyone have qtp11.0 crack?

0 Answers  






For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com

0 Answers  


What is the extension of the vbscript file?

0 Answers  


Explain the filter expression?

0 Answers  


Which operator can be used to do an xor operation in vbscript?

0 Answers  


Mention characteristics of sub procedures?

0 Answers  


Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)

0 Answers   TCS, Wipro,


How do display output message without using msgbox function?

5 Answers  


Categories