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 provide information about a single runtime error in a vbscript?

0 Answers  


Explain the scope of the variables using dim, public, and private keywords respectively.

0 Answers  


write a vbscript for traffic signal

1 Answers  


Input = 124 output should be 124421 Please do not use any string functions/variables

8 Answers   Cap Gemini,


How are values assigned to string type and numeric type variables?

0 Answers  






we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )

6 Answers   Accenture,


How will you get a random number between 0 and 1 in vbscript?

0 Answers  


. Program for sorting of numbers in vb script?

2 Answers   Talent Sprint,


Is it possible to pass optional argument to function in vb script?

2 Answers  


Which event is triggered when mouse focus comes out of an element in the vbscript language?

0 Answers  


How will you get a string with the specified character the specified number of times in vbscript?

0 Answers  


What is select case statement?

0 Answers  


Categories