Can we update the database though Qtp.

How

Showing Answers 1 - 2 of 2 Answers

Wasim

  • Nov 10th, 2005
 

Ofcourse u can if u have authority to do so.

set ObjConn=CreateObject("ADODB.Connection")

set ObjRec=CreateObject("ADODB.Recordset")

ObjConn.open "DriverName","UserId","Password","Server"

set ObjRec.activeConnection=ObjConn

ObjRec.source="SQL Query"

ObjRec.open

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions