Connection to oracle using JDBC and QTP - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Connection to oracle using JDBC and QTP (/Thread-Connection-to-oracle-using-JDBC-and-QTP) |
Connection to oracle using JDBC and QTP - dileep45 - 07-30-2013 Hi, We are using JDBC Connection to connect to Oracle. Using database check point, i tried to connect to database by manually creating DSN, but it failed. I assume that since qtp makes use of ADODB Connection, i cannot use this. I also searched forum and i found that i need to have oracle thin drivers to connect to database. Can't i use ADODB.Connection to create a connection? I also checked with the system admin over here they asked me to specify exact name of the drivers to get installed? If i need to make use of drivers can you please specify the exact name of the drivers Any help would be really appreciated? |