Answer Posted / saimahesh babu
set a=createobject("ADODB.recordset")
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How are arrays declared in the vbscript language?
How can you destroy an object in vbscript?
What is the difference between vb debugger and the script debugger?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Which function is used to perform string comparison?
When to use function procedures and what are its characteristics?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
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("<
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
How to add actions in driver script to run those actions in QTP?
What are subprocedures in vbscript?
How will you convert a given number to long in vbscript?