How to Import data from a file (file is on the desktop) to
the data table
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
Explain a few date functions in vbscript
Is vbscript a case-sensitive or case-insensitive?
what is used of Property........End Property loop ? how to write the script for it?
What are the naming conventions while declaring a variable in the vbscript language?
Give examples where vb script can directly run on users system with windows as os?
int a=4857 i need output as 7584.without using any inbuild function?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How do you get the value of a combo box in Javascript?
Mention what are the rules to name variable in vbscript?