Answer Posted / prasant
set oRecordset = New ADODB.Recordset -- for VB scripting
set oRecordset = createobject("ADODB.Recordset") -- for QTP scripting
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
What are the differences between sub procedures and function procedures?
who will create the object?
Which keyword is used to declare a variable in the vbscript language?
How to declare an array in vbscript?
How to get the length of the string by making use of the string function?
Explain few date functions in vbscript?
Explain about the functionality of vb script?
How will you get the smallest subscript of an array in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
How will you compare two strings in vbscript?
Explain vbscript in detail?
What is the use of option explicit in vbscript?
If else for do while select in vb script?