Subject Re: AW: [Firebird-Java] deleteRow on updateable Resultsets
Author Roman Rokytskyy
>> There is no direct call to next() in deleteRow(), but might be that there
> is something with event notification.
>
> There are no events or triggers at all involved.

I meant event handling in the driver.

> What is the intended usage of "deleteRow" ?

Exacty what you do - positioned delete within the result set loop.

Roman