How to connect to Oracle DB using winrunner

Showing Answers 1 - 4 of 4 Answers

lalitha

  • Sep 19th, 2005
 

Through Data base check points

  Was this answer useful?  Yes

rallapallikranti

  • Mar 23rd, 2006
 

use db_connect function to connect to the database.check out all the database functions available.they r very much useful

  Was this answer useful?  Yes

anand00p

  • Aug 4th, 2006
 

1.db_connect(session_name,connection_string);

2.db_execute_query(session_name,query,record number);

3.db_disconnect(session_name);

  Was this answer useful?  Yes

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