How do you create a recordset object in VBScript?

Answer Posted / senthilan . d

dim rs as new ADODB.recordset

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What purpose does ‘on error resume next’ serves?

549


What is event handling in vbscript?

599


Explain some uses of vb script?

553


What are the advantages of vbscript?

644


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

862






How are comments handled in the vbscript language?

511


1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.

1516


How can you destroy an object in vbscript?

639


how to operate webobjects in a webpage using getobject function and then using generic methods?

2542


Mention the environments where vbscript could be run?

658


What are the different types of loops available in the vbscript language?

532


Which object provide information about a single runtime error in a vbscript?

601


There are 5 web pages.write a script to click the button on 4th web page.

2938


Which operator is used to perform the comparison among 2 operands in the vbscript language?

528


Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1413