anjali_aggarwal
4 years agoNew Contributor
Test Complete14 DB Configuration
We are trying to configure TC14 with Oracle 12.1 but we are getting the error :
error : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 15:03:18 Normal 0.00
It would be great if assistance can be arranged from Lexingtonsoft side to help us resolve this and guide where we are going wrong.
Try something like this:
var Conn = ADO["CreateADOConnection"]();
Conn["ConnectionString"] = 'Provider=OraOLEDB.Oracle;Data Source='+DataBase+';User Id='+DBUser+';Password='+DBPasswort+';';
Conn["LoginPrompt"]=0;
Conn["Open"]();try
{
var result = Conn["Execute_"](SQL_STATEMENT);
}
catch(e)
{
Log["Error"](e["message"]);
}
Look here https://www.oracle.com/database/technologies/odac-downloads.html and install the missing components