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 do you declare a variable in vbscript?
write a vb script to display ***** ***** ***** ***** *****
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Explain the operator precedence in vb script?
Mention the rules for using option explicit statement?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Mention what is select case statement?
1)How to test whether items in a weblist are in alphabetical order or not?
What is the use of the recordset object and which statement is used to create such an object?