Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[UFT] Connection String for Oracle
#6
Not Solved
Code:
Set con=createobject("oledb.connection") con.open "Driver={Microsoft ODBC for Oracle};Server=; Uid=your_username;Pwd=your_password;"


OR
Check ODBC driver is available.
If not able to do DSN then Go to environmental variable and then set path

Code:
ConnectionString = "Provider=OraOLEDB.Oracle;Data Source="&mysource&";User Id="&user&";Password="&password&";"
Reply


Messages In This Thread
RE: [UFT] Connection String for Oracle - by vinod123 - 01-02-2016, 05:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT 12.54 compatibility with Oracle Forms 12c saran 0 2,845 01-30-2017, 03:07 PM
Last Post: saran
  UFT and Oracle OBIEE iplivewire 0 1,823 10-07-2016, 11:19 PM
Last Post: iplivewire
  DB2 Connect connection with IE 11 SRP 1 2,769 12-18-2015, 12:41 PM
Last Post: vinod123
  IBM DB2 connection with VB script bmurali 2 11,257 12-18-2015, 12:38 PM
Last Post: vinod123
  Connection with HP ALM hachem 0 2,752 02-26-2015, 04:36 PM
Last Post: hachem

Forum Jump:


Users browsing this thread: