Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MDB result to compare against QTP Output
#2
Solved: 11 Years, 3 Months, 3 Weeks ago
try below to loop through your recordset
Code:
objRS.MoveFirst
While Not objRS.EOF
    Val = objRS.Fields("emp")
    objRS.MoveNext
Wend

Reply


Messages In This Thread
RE: MDB result to compare against QTP Output - by Saket - 03-02-2010, 01:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  table output values shipu 1 2,337 01-24-2014, 10:06 AM
Last Post: supputuri
  Compare 2 image files in Beyond Compare through QTP arpan 0 3,990 10-16-2013, 02:39 AM
Last Post: arpan
  MDB database Fresher88 0 2,112 09-04-2012, 11:26 PM
Last Post: Fresher88
  Output is different from two different machines for the same block of code in QTP. bdash_10 0 2,074 04-13-2012, 03:38 PM
Last Post: bdash_10
  QTP file compare - ignoring file structure Fede 3 5,294 02-17-2012, 02:48 AM
Last Post: Parke

Forum Jump:


Users browsing this thread: 2 Guest(s)