how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
Answer Posted / rajib
set conn=Createobject("ADODB.Connection")
Srvname="Driver=<>,Server=<>,UID=<>,Password=<>"
conn.open Srvname
Set Rec = CreateObject("ADODB.Recordset")
SQL="<SQL statement>"
Rec.open SQL ,conn
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Define Canvas view of UFT?
How is test case write?
How does qtp identify the object in the application?
Explain about the test fusion report of quicktest professional?
HOw to add the recovery file at runtime to the test file .
Hi, how can we check or avoid the memory leakage in QTP9.2?
Explain quicktest professional testing process?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Which functionalities of QTP used in banking project? pls any say answer?
Where to use function or action?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
In what occasion we can specify global sheet and action sheet?
Explain the concept of how quicktest professional identifies object?
Explain advantages and disadvantages of ddf?