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 declare an array in vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
What are lbound and ubound in the vbscript language?
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)
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
What are the different types of operators and their order of precedence?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
What is the scope of a constant declared using public?
Which command is used for writing text on a page?
How can you create an object in vbscript?
Explain about tristate constants in vbscript?
What is byref and byval parameters in vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Description.Create