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
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is the scope of a constant declared using public?
What is dictionary object in vbscript? Explain?
write a vb script to display factorial of a number using function
How can you fetch the value of a cookie?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Description.Create
How will you get the largest subscript of an array in vbscript?
What is the use of the formatdatetime function in the vbscript language?
Please Example programms on vbscript 1)writing functions and calling functions
If else for do while select in vb script?
write a vb script to find simple interest using functions