Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to read specific rows
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
Hi,

I am using an ADO connection to extract my data.

Is it possible to read data ROW by ROW?

I know that rs.GetRows(,,ARRAY(FieldName)) will read the desired column (field).

How can I do that for a specific Row(Record)?

Thanks!

Arena



Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
Arena,

You can try filter property like below.

rsRecordSet.Filter = " FirstName = 'Arena' OR FirstName = 'Rose' "
or
rsRecordSet.Filter = " LastName LIKE A* "

Kind regards,
Dinesh
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Find specific records in a SwfTreeView on different node levels lotos 0 2,207 10-06-2017, 05:14 AM
Last Post: lotos
  Click on calender on specific date. venkatesh9032 1 3,730 12-02-2015, 07:30 PM
Last Post: nistalaramesh
  How to Delete Rows with duplicate values in 1 columns in excel thru QTP. arpan 0 2,599 02-09-2015, 08:47 PM
Last Post: arpan
  How to get center data value in a odd number of rows and columns web table ... sai rajesh 0 2,608 11-13-2013, 10:24 PM
Last Post: sai rajesh
  to count the number of used rows in a particular column sujaravi123 3 10,912 06-12-2013, 03:17 PM
Last Post: sujaravi123

Forum Jump:


Users browsing this thread: 1 Guest(s)