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

Write a Fucntion to close all Opened browser expect desired one?

2 Answers   Ness Technologies,


Explain the operator precedence in vb script?

0 Answers  


How to create MSAcess table foriegn key

1 Answers  


What methods are used to create text files and open text files in the vbscript language?

0 Answers  


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

0 Answers  






Explain about adodb.stream class?

0 Answers  


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

0 Answers  


How to search word in a string without using instring function?

1 Answers   CSS Corp,


How are arrays declared in the vbscript language?

0 Answers  


How to create a cookie using vbscript?

0 Answers  


Mention what is vbscript procedures?

0 Answers  


write a program to display the system specifications of client system with the help of vbScript.

0 Answers  


Categories