Subject Problem with IBO 4.2.Ef
Author Paulo Henrique Albanez
I have the code:


DataSet.Params.BeginUpdate;
try
DataSet.SearchingParam.AsString := GetValueParam1;
DataSet.ParamByName(Dataset.SearchingParamName + '2').AsString := GetValueParam2;

finally
Dataset.Params.EndUpdate(True);
end;


If I am (for example) in the line 100
- I run the code

- the IBO runs a Fetch until the line 100 ==> As I do to the IBO jump it, that causes a degradation

- the IBO positions at line 1


Imagine if I had been in the line 10000.

PHA
Nova Odessa / SP - Brazil



[Non-text portions of this message have been removed]