how to make connection to a remote mysql database in qtp
any one can please provid eme deatail steps.
Answer Posted / kishore
Set con = createobject("ADODB.connection")
Set rs = createobject"ADODB.Recordset")
Set com = createobject("ADODB.command")
con.open( "Driver=SQL SERVER;Server=server name (Where
DB is located);Database=DB name;Uid=uname;Pwd=pwd;" )
vf_com.Activeconnection = vf_con
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to execute a winrunner script in quicktest professional?
how to test Web application using QTP software
Without using gui map editor we can recognize the application in winrunner ?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
give me the code to save all messages of inbox of gmail into a folder and notepad
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What are the common defects found in your project? (in qtp interview)
What is the use of text output value in quicktest professional (qtp)?
Explain how to use QTP to check broken links on a page?
What is the extension of qtp local repository?
How to handle the exceptions using the recovery scenario manager in qtp?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Give the syntax to import/export xls into qtp.
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric