Adagio
8 years agoFrequent Contributor
Connecting TestComplete to Oracle DB
Hello,
I'm trying to set up a connection from TestComplete to Oracle to do some Testing. Here's the connection string I'm using and also the oracle driver is installed on the machine as shown below:
var conn = ADO.CreateADOConnection();
conn.ConnectionString =
"Driver= {Oracle in OraClient12Home1}"
"System=WPKC;" + //dbname
"Hostname=DC-ORASYS.COM;" +
"Port=1521;" +
"CurrentSchema = SG6;" +
"User ID = DMSY;" +
"Password = DMSY;" but I see this error when it tries to connect:
**Specified driver could not be loaded due to system error 193: (Oracle in OraClient12Home1_32bit, C:\app\user\product\12.1.0\client_1\SQORA32.DLL)***
Any help would be appreciated.
Thank you
Abhi