Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Which command is used for writing text on a page?

0 Answers  


What is Procedure or Subroutine in VB Script?

0 Answers  


Explain about arrays in vb script?

0 Answers  


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)

3 Answers   Bally Technologies,


How to remove the spaces in a string Ex: "this is apple"

5 Answers   Cap Gemini,


how to check whether link is disabled in QTP??

0 Answers  


Can anyone help me in write coding to get this pattern * ** *** ****

3 Answers  


I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 Answers  


write a vb script to display the size of the folder,date created and name of the folder

1 Answers  


Mention the environments where vbscript could be run?

0 Answers  


Which object is used to work with the database in the vbscript language and what statement is used to create this object?

0 Answers  


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

0 Answers  


Categories