Micro Focus QTP (UFT) Forums
qtp with terminal emulator - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: qtp with terminal emulator (/Thread-qtp-with-terminal-emulator)



qtp with terminal emulator - cynthia - 09-08-2009

Hi ,

I am new to QTP. Can somebody tell me how I can compare my output from the 3270 screens (mainframe emulator) with the values in the database (db2). The output has atleast 100 fields which have to be checked with the database. How can I do this?


Thanks for ur help
Cheers!


RE: qtp with terminal emulator - Saket - 09-09-2009

are you facing problem with connecting to database and fetch data, you can do this using ADODB .
use ADODB.connection for connect to database
and ADODB.Recordset for recordset.

let me know if you need more help on this.