TOracleDataSet last record selected after refresh

Hi,
I noticed a difference in the behaviour of TOracleDataSet:
after setting variable and calling refresh the last record
in the data set is active.
Calling close + open leaves the first record active.
Q1: is this na intended behaviour?
Q2: is there a performance penalty when using "close + open"
instead of "refresh"?
Using 4.1 for CodeGear (2009) and Oracle 11.
Yours,
Richard
 
I cannot reproduce this. If, for example, I take the DeptEmp demo project and add a button with a "DeptDataSet.Refresh" call, this will implicitly navigate to the first record. Can you verify this?
 
Back
Top