jmancor
15 years agoOccasional Contributor
Oracle connection
Hey everyone!
I've been surfing either the internet and some TC7 books but somehow nobody has ever written something about this feature.
How can i connect to an Oracle database in order to retrieve data to be compared in my TC script?
I'm currently working on a Script that tests functionality inside my app but i really need to get some data from the DB and compare it. Everything is cool except for the oracle connection. Is there any way to do this without having to set a dsn?
Windows gets really buggy when comes to work with Oracle ODBC anyway... if there's any hint it certainly would be appreciated.
Here's an example of what i'm trying to achieve :
DDT.ADODriver("Driver={Microsoft ODBC for Oracle};Server=161.83.80.6;Uid=jmc;Pwd=secure;");
Notice the extreme complexity of my password.!
Best regards and thx in advance.
Jmc
I've been surfing either the internet and some TC7 books but somehow nobody has ever written something about this feature.
How can i connect to an Oracle database in order to retrieve data to be compared in my TC script?
I'm currently working on a Script that tests functionality inside my app but i really need to get some data from the DB and compare it. Everything is cool except for the oracle connection. Is there any way to do this without having to set a dsn?
Windows gets really buggy when comes to work with Oracle ODBC anyway... if there's any hint it certainly would be appreciated.
Here's an example of what i'm trying to achieve :
DDT.ADODriver("Driver={Microsoft ODBC for Oracle};Server=161.83.80.6;Uid=jmc;Pwd=secure;");
Notice the extreme complexity of my password.!
Best regards and thx in advance.
Jmc