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
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
write a vb script to display first 5 odd numbers from 1 to 100
What is variant in vb script?
write a vb script to display ***** ***** ***** ***** *****
Which keyword is used to declare a variable in the vbscript language?
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
how to add action through AOM in QTP
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to make sure that items in a wintree are sorted al?
How will you get a subset of a array in vbscript?
When to use function procedures and what are its characteristics?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?