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
Write a Fucntion to close all Opened browser expect desired one?
Explain the operator precedence in vb script?
How to create MSAcess table foriegn key
What methods are used to create text files and open text files in the vbscript language?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Explain about adodb.stream class?
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..
How to search word in a string without using instring function?
How are arrays declared in the vbscript language?
How to create a cookie using vbscript?
Mention what is vbscript procedures?
write a program to display the system specifications of client system with the help of vbScript.