Subject Re: [IBO] How does RowsSelected work?
Author nibler@t-online.de
Christian,
> I am wondering how the RowsSelected property works.
> I am using a TIB_Cursor to select records from the DB.
> In my case, my SELECT statement returns one row, but
> RowsSelected returns "3".
> I had expected RowsSelected would return "1" in this
> case.
>
> I would be very glad if someone could give me a hint
> on this.

From the IBO Help:

This result accompanies RowsAffected and returns the number of rows that were
selected on the server in order to complete the operation performed.

Whatever this means ....


Harald