Hello Team
I have bound an SQL Table to 2014.1 standalone test studio version.
I want to compare programatically the values in rows retrieved as record set [selcting a single column header with two active rows]
C sharp Code using CurrentDataRow method worked OK for iterations of bound recordset but I cannot do a comparison, as value retrieval that happens in iteration 1 has no scope in Iteration 2.
Is there a workaround to get both the row values as record set in same step and perform a comparison ?