Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Database CheckPoint
#1
Not Solved
Hi all! I'm the beginer in QTP, can you please help me with Database CheckPoint.
I create a connection and RecordSet:

Code:
Set objConn = CreateObject("ADODB.Connection")
Set objRecSet = CreateObject("ADODB.Recordset")

then I create the connection string and recordset:

Code:
connstr = "something..."
strQuery ="select * from * where * and *"
objConn.Open connstr
objRecSet.Open strQuery, objConn

And I have created the checkpoint table (from database). I saved it in local repository. Tell me please, how can I compare the result of my SQL query with my checkpoint table? I don't understand. Where is my temporary table which called by RecordSet?
Reply
#2
Not Solved
I have import Database Table into Data table like in https://www.learnqtp.com/qtp-database-ch...ving-data/, but I don't know how to compare this with my checkpoint table.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I create a database checkpoint to validate data from xls NewAtQTP 0 2,438 02-25-2011, 05:18 PM
Last Post: NewAtQTP
Wink standard checkpoint and text checkpoint kiran10_rm 1 5,147 11-18-2010, 05:16 AM
Last Post: nandu
  fullscreen and bitmap checkpoint error "Cannot create bitmap checkpoint" meuline 2 4,598 12-10-2009, 09:17 PM
Last Post: meuline
  Checkpoint problems: Checkpoint starts before web page is loaded & therefore fails! IdontGetIt 1 3,781 11-20-2009, 11:45 AM
Last Post: basanth27
  Not able to add any other Checkpoint apart from Standard Checkpoint Rachna 7 8,305 04-02-2009, 11:05 AM
Last Post: nandu

Forum Jump:


Users browsing this thread: 1 Guest(s)