I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0

I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<<The
data retrieved from data base >>")


I have taken a for loop and changed the cells values (1 as
i and another 1 as j)

But still I am not able to get

Plz kindly tell me know this . It is very urgent




No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

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

0 Answers  


write a vb script to display first 5 odd numbers from 1 to 100

4 Answers  


What is variant in vb script?

0 Answers  


write a vb script to display ***** ***** ***** ***** *****

4 Answers  


Which keyword is used to declare a variable in the vbscript language?

0 Answers  






Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance

2 Answers  


how to add action through AOM in QTP

0 Answers  


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

0 Answers  


How to make sure that items in a wintree are sorted al?

0 Answers   Ness Technologies,


How will you get a subset of a array in vbscript?

0 Answers  


When to use function procedures and what are its characteristics?

0 Answers  


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

0 Answers  


Categories